Dynamic Sql in BIP12c
Hi,
When I am trying to use dynamic sql in BIP, its throwing me an error saying invalid number.
Here is the sample I am using as below in the query: &lp_statement
In the pl/sql code:
IF P_STATEMENT IS NOT NULL THEN
lp_statement := ' hdr.statement_number IN (' || P_STATEMENT || ') ';
ELSE
Thanks,
Phaneendra