DBA Data[Home] [Help]

APPS.CSTPOYLD dependencies on WIP_TRANSACTIONS

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

Line 527: INSERT INTO WIP_TRANSACTIONS(transaction_id,

523: end if;
524:
525: l_transaction_date := sysdate; /* Bug 4757384 */
526:
527: INSERT INTO WIP_TRANSACTIONS(transaction_id,
528: organization_id,
529: wip_entity_id,
530: acct_period_id,
531: department_id,