DBA Data[Home] [Help]

APPS.CSTPOYLD dependencies on WIP_TRANSACTIONS_S

Line 517: SELECT wip_transactions_s.nextval

513: END IF;
514:
515: x_statement := 60;
516:
517: SELECT wip_transactions_s.nextval
518: INTO x_transaction_id
519: FROM dual;
520:
521: if (l_debug = 'Y') then