DBA Data[Home] [Help]

APPS.JAI_RCV_ACCOUNTING_PKG dependencies on RCV_RECEIVING_SUB_LEDGER

Line 775: rcv_receiving_sub_ledger_entry

771: p_codepath := jai_general_pkg.plot_codepath(24, p_codepath); /* 24 */
772:
773: fnd_file.put_line(FND_FILE.LOG, ' --- 14');
774:
775: rcv_receiving_sub_ledger_entry
776: (
777: p_transaction_id => p_transaction_id,
778: p_organization_id => r_trx.organization_id,
779: p_set_of_books_id => ln_set_of_books_id,

Line 1273: PROCEDURE rcv_receiving_sub_ledger_entry

1269:
1270: end average_costing;
1271:
1272: /*------------------------------------------------------------------------------------------------*/
1273: PROCEDURE rcv_receiving_sub_ledger_entry
1274: (
1275: p_transaction_id in number,
1276: p_organization_id in number,
1277: p_set_of_books_id in number,

Line 1309: from rcv_receiving_sub_ledger

1305:
1306: /* Cursor Definitions */
1307: cursor c_base_sub_ledger_details(cp_transaction_id number) IS
1308: select *
1309: from rcv_receiving_sub_ledger
1310: where rcv_transaction_id = cp_transaction_id
1311: and rownum = 1;
1312:
1313: cursor c_fetch_price_override(cp_po_line_location_id number) IS

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

1334: lv_debug := 'Y';
1335: ln_user_id := fnd_global.user_id;
1336: ld_sysdate := SYSDATE;
1337:
1338: p_codepath := jai_general_pkg.plot_codepath(1, p_codepath, 'jai_rcv_accounting_pkg.rcv_receiving_sub_ledger_entry', 'START'); /* 1 */
1339:
1340: if NVL(p_credit_amount, 0) = 0 AND NVL(p_debit_amount, 0) = 0 then
1341: fnd_file.put_line( fnd_file.log, 'Both Credit and Debit are 0. So, returning back');
1342: GOTO exit_from_procedure;

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

1347:
1348: if c_base_sub_ledger_details%notfound then
1349: close c_base_sub_ledger_details;
1350:
1351: fnd_file.put_line( fnd_file.log, 'Base Entry in rcv_receiving_sub_ledger not found. Hence returning back');
1352: p_codepath := jai_general_pkg.plot_codepath(2, p_codepath, null, 'END'); /* 2 */
1353: goto exit_from_procedure;
1354: end if;
1355:

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

1478: EXCEPTION
1479:
1480: WHEN OTHERS then
1481: p_process_status := 'E';
1482: p_process_message := 'RECEIPT_ACCOUNTING_PKG.rcv_receiving_sub_ledger_entry:' || SQLERRM;
1483: FND_FILE.put_line( FND_FILE.log, 'Error in '||p_process_message);
1484: p_codepath := jai_general_pkg.plot_codepath(999, p_codepath, null, 'END'); /* 14 */
1485: RETURN;
1486:

Line 1487: end rcv_receiving_sub_ledger_entry;

1483: FND_FILE.put_line( FND_FILE.log, 'Error in '||p_process_message);
1484: p_codepath := jai_general_pkg.plot_codepath(999, p_codepath, null, 'END'); /* 14 */
1485: RETURN;
1486:
1487: end rcv_receiving_sub_ledger_entry;
1488:
1489: /*------------------------------------------------------------------------------------------------*/
1490: PROCEDURE mta_entry
1491: (