DBA Data[Home] [Help]

APPS.CSTPACWC dependencies on WIP_TRANSACTIONS

Line 2968: SELECT wip_transactions_s.nextval

2964: -- Get wip txn_id
2965: -----------------------------------------
2966: stmt_num := 440;
2967:
2968: SELECT wip_transactions_s.nextval
2969: INTO l_wcti_txn_id
2970: FROM dual;
2971:
2972: ----------------------------------------------------------------

Line 3101: INSERT INTO wip_transactions

3097: FROM gl_sets_of_books
3098: WHERE set_of_books_id = l_sob_id;
3099:
3100: stmt_num := 465;
3101: INSERT INTO wip_transactions
3102: (transaction_id,
3103: acct_period_id,
3104: transaction_type,
3105: organization_id,