DBA Data[Home] [Help]

APPS.JAI_RCV_RND_PKG dependencies on JAI_RCV_JOURNAL_ENTRIES

Line 1908: INSERT INTO JAI_RCV_JOURNAL_ENTRIES (JOURNAL_ENTRY_ID,

1904: OPEN c_receipt_num(v_shipment_header_id);
1905: FETCH c_receipt_num INTO v_receipt_num;
1906: CLOSE c_receipt_num;
1907: */
1908: INSERT INTO JAI_RCV_JOURNAL_ENTRIES (JOURNAL_ENTRY_ID,
1909: organization_code, receipt_num, transaction_id, creation_date, transaction_date,
1910: shipment_line_id, acct_type, acct_nature, source_name, category_name,
1911: code_combination_id, entered_dr, entered_cr, transaction_type, period_name,
1912: created_by, currency_code, currency_conversion_type, currency_conversion_date,

Line 1914: ) VALUES ( JAI_RCV_JOURNAL_ENTRIES_S.nextval,

1910: shipment_line_id, acct_type, acct_nature, source_name, category_name,
1911: code_combination_id, entered_dr, entered_cr, transaction_type, period_name,
1912: created_by, currency_code, currency_conversion_type, currency_conversion_date,
1913: currency_conversion_rate
1914: ) VALUES ( JAI_RCV_JOURNAL_ENTRIES_S.nextval,
1915: v_organization_code, p_receipt_num, p_transaction_id, sysdate, p_transaction_date,
1916: p_shipment_line_id, p_acct_type, p_acct_nature, p_source, p_category,
1917: p_code_combination_id, p_entered_dr, p_entered_cr, v_transaction_type, v_period_name,
1918: p_created_by, p_currency_code, p_currency_conversion_type, p_currency_conversion_date,