DBA Data[Home] [Help]

APPS.CSTPACWC dependencies on WIP_TRANSACTIONS

Line 3104: SELECT wip_transactions_s.nextval

3100: -- Get wip txn_id
3101: -----------------------------------------
3102: stmt_num := 440;
3103:
3104: SELECT wip_transactions_s.nextval
3105: INTO l_wcti_txn_id
3106: FROM dual;
3107:
3108: ----------------------------------------------------------------

Line 3243: INSERT INTO wip_transactions

3239: FROM gl_sets_of_books
3240: WHERE set_of_books_id = l_sob_id;
3241:
3242: stmt_num := 465;
3243: INSERT INTO wip_transactions
3244: (transaction_id,
3245: acct_period_id,
3246: transaction_type,
3247: organization_id,