DBA Data[Home] [Help]

APPS.JAI_RCV_ACCOUNTING_PKG dependencies on JAI_RCV_SUBLED_ENTRIES

Line 1301: ld_accounting_date JAI_RCV_SUBLED_ENTRIES.accounting_date%type;

1297: ln_unit_price number;
1298: ln_amount number;
1299: ln_user_id fnd_user.user_id%type; --File.Sql.35 Cbabu := fnd_global.user_id;
1300:
1301: ld_accounting_date JAI_RCV_SUBLED_ENTRIES.accounting_date%type;
1302: ld_sysdate date; --File.Sql.35 Cbabu := SYSDATE;
1303:
1304: lv_debug varchar2(1); --File.Sql.35 Cbabu := 'Y';
1305:

Line 1400: insert into JAI_RCV_SUBLED_ENTRIES

1396: ld_accounting_date := TRUNC(p_accounting_date);
1397: end if;
1398:
1399: p_codepath := jai_general_pkg.plot_codepath(11, p_codepath); /* 11 */
1400: insert into JAI_RCV_SUBLED_ENTRIES
1401: (SUBLED_ENTRY_ID,
1402: rcv_transaction_id,
1403: set_of_books_id,
1404: je_source_name,

Line 1437: VALUES ( JAI_RCV_SUBLED_ENTRIES_S.nextval,

1433: last_update_login,
1434: from_type,
1435: program_application_id
1436: )
1437: VALUES ( JAI_RCV_SUBLED_ENTRIES_S.nextval,
1438: p_transaction_id,
1439: p_set_of_books_id,
1440: r_base_subledger_details.je_source_name,
1441: r_base_subledger_details.je_category_name,