DBA Data[Home] [Help]

APPS.GMF_RCV_ACCOUNTING_PKG dependencies on GMF_RCV_ACCOUNTING_TXNS_S

Line 5145: SELECT gmf_rcv_accounting_txns_s.NEXTVAL

5141: FOR i IN p_rcv_accttxn_tbl.FIRST .. p_rcv_accttxn_tbl.LAST
5142: LOOP
5143: l_stmt_num := 30;
5144:
5145: SELECT gmf_rcv_accounting_txns_s.NEXTVAL
5146: INTO l_accounting_txn_id
5147: FROM DUAL;
5148:
5149: IF g_debug = 'Y'

Line 5237: VALUES (gmf_rcv_accounting_txns_s.NEXTVAL,

5233: /* start LCM-OPM Integration */
5234: unit_landed_cost
5235: /* end LCM-OPM Integration */
5236: )
5237: VALUES (gmf_rcv_accounting_txns_s.NEXTVAL,
5238: DECODE (p_rcv_accttxn_tbl (i).event_source,
5239: 'INVOICEMATCH', p_rcv_accttxn_tbl (i).inv_distribution_id,
5240: p_rcv_accttxn_tbl (i).rcv_transaction_id
5241: ),