DBA Data[Home] [Help]

APPS.CSTPCFMS dependencies on WIP_TRANSACTIONS

Line 617: select wip_transactions_s.nextval

613: -- Get the next value in the sequence to create a txn row
614:
615: stmt_num := 20;
616:
617: select wip_transactions_s.nextval
618: into
619: l_txn_id from dual;
620:
621: -- Insert the elemental CFM variance.

Line 824: INSERT INTO WIP_TRANSACTIONS

820: -- Insert a row into WIP trnsactions table.
821:
822: stmt_num := 50;
823:
824: INSERT INTO WIP_TRANSACTIONS
825: (TRANSACTION_ID, LAST_UPDATE_DATE,
826: LAST_UPDATED_BY, CREATION_DATE,
827: CREATED_BY, LAST_UPDATE_LOGIN,
828: ORGANIZATION_ID, WIP_ENTITY_ID,