DBA Data[Home] [Help]

APPS.JAI_RCV_ACCOUNTING_PKG dependencies on RCV_RECEIVING_SUB_LEDGER

Line 719: rcv_receiving_sub_ledger_entry

715: p_codepath := jai_general_pkg.plot_codepath(24, p_codepath); /* 24 */
716:
717: fnd_file.put_line(FND_FILE.LOG, ' --- 14');
718:
719: rcv_receiving_sub_ledger_entry
720: (
721: p_transaction_id => p_transaction_id,
722: p_organization_id => r_trx.organization_id,
723: p_set_of_books_id => ln_set_of_books_id,

Line 1213: PROCEDURE rcv_receiving_sub_ledger_entry

1209:
1210: end average_costing;
1211:
1212: /*------------------------------------------------------------------------------------------------*/
1213: PROCEDURE rcv_receiving_sub_ledger_entry
1214: (
1215: p_transaction_id in number,
1216: p_organization_id in number,
1217: p_set_of_books_id in number,

Line 1249: from rcv_receiving_sub_ledger

1245:
1246: /* Cursor Definitions */
1247: cursor c_base_sub_ledger_details(cp_transaction_id number) IS
1248: select *
1249: from rcv_receiving_sub_ledger
1250: where rcv_transaction_id = cp_transaction_id
1251: and rownum = 1;
1252:
1253: cursor c_fetch_price_override(cp_po_line_location_id number) IS

Line 1278: p_codepath := jai_general_pkg.plot_codepath(1, p_codepath, 'jai_rcv_accounting_pkg.rcv_receiving_sub_ledger_entry', 'START'); /* 1 */

1274: lv_debug := 'Y';
1275: ln_user_id := fnd_global.user_id;
1276: ld_sysdate := SYSDATE;
1277:
1278: p_codepath := jai_general_pkg.plot_codepath(1, p_codepath, 'jai_rcv_accounting_pkg.rcv_receiving_sub_ledger_entry', 'START'); /* 1 */
1279:
1280: if NVL(p_credit_amount, 0) = 0 AND NVL(p_debit_amount, 0) = 0 then
1281: fnd_file.put_line( fnd_file.log, 'Both Credit and Debit are 0. So, returning back');
1282: GOTO exit_from_procedure;

Line 1291: fnd_file.put_line( fnd_file.log, 'Base Entry in rcv_receiving_sub_ledger not found. Hence returning back');

1287:
1288: if c_base_sub_ledger_details%notfound then
1289: close c_base_sub_ledger_details;
1290:
1291: fnd_file.put_line( fnd_file.log, 'Base Entry in rcv_receiving_sub_ledger not found. Hence returning back');
1292: p_codepath := jai_general_pkg.plot_codepath(2, p_codepath, null, 'END'); /* 2 */
1293: goto exit_from_procedure;
1294: end if;
1295:

Line 1422: p_process_message := 'RECEIPT_ACCOUNTING_PKG.rcv_receiving_sub_ledger_entry:' || SQLERRM;

1418: EXCEPTION
1419:
1420: WHEN OTHERS then
1421: p_process_status := 'E';
1422: p_process_message := 'RECEIPT_ACCOUNTING_PKG.rcv_receiving_sub_ledger_entry:' || SQLERRM;
1423: FND_FILE.put_line( FND_FILE.log, 'Error in '||p_process_message);
1424: p_codepath := jai_general_pkg.plot_codepath(999, p_codepath, null, 'END'); /* 14 */
1425: RETURN;
1426:

Line 1427: end rcv_receiving_sub_ledger_entry;

1423: FND_FILE.put_line( FND_FILE.log, 'Error in '||p_process_message);
1424: p_codepath := jai_general_pkg.plot_codepath(999, p_codepath, null, 'END'); /* 14 */
1425: RETURN;
1426:
1427: end rcv_receiving_sub_ledger_entry;
1428:
1429: /*------------------------------------------------------------------------------------------------*/
1430: PROCEDURE mta_entry
1431: (