DBA Data[Home] [Help]

APPS.JAI_RCV_DELIVER_RTR_PKG dependencies on JAI_RCV_ACCOUNTING_PKG

Line 70: While calling jai_rcv_accounting_pkg.process_transaction apropriate values are passed for

66: Ramananda for bug#4428980. Removal of SQL LITERALs is done
67:
68: 13. 7-Jul-2005 File Version: 116.4
69: rchandan for bug#4473022. Modified the object as part of SLA impact uptake.
70: While calling jai_rcv_accounting_pkg.process_transaction apropriate values are passed for
71: reference parameters instead of NULL.
72:
73:
74: 14. 01/11/2006 SACSETHI for bug 5228046, File version 120.3

Line 747: jai_rcv_accounting_pkg.process_transaction

743:
744: end if;
745:
746: p_codepath := jai_general_pkg.plot_codepath(8, p_codepath); /* 8 */
747: jai_rcv_accounting_pkg.process_transaction
748: (
749: p_transaction_id => p_transaction_id,
750: p_acct_type => p_accounting_type,
751: p_acct_nature => lv_account_nature,

Line 803: jai_rcv_accounting_pkg.process_transaction

799: end if;
800:
801:
802: p_codepath := jai_general_pkg.plot_codepath(16, p_codepath); /* 16 */
803: jai_rcv_accounting_pkg.process_transaction
804: (
805: p_transaction_id => p_transaction_id,
806: p_acct_type => p_accounting_type,
807: p_acct_nature => lv_account_nature,

Line 1204: jai_rcv_accounting_pkg.process_transaction

1200: /* Destination in this case is O1, which indicates that the JAI_RCV_JOURNAL_ENTRIES would be hit
1201: and also rcv_transactions would be updated */
1202: /* Credit Inventory Receiving Account */
1203: p_codepath := jai_general_pkg.plot_codepath(8, p_codepath); /* 8 */
1204: jai_rcv_accounting_pkg.process_transaction
1205: (
1206: p_transaction_id => p_transaction_id,
1207: p_acct_type => lv_accounting_type,
1208: p_acct_nature => lv_account_nature,

Line 1243: jai_rcv_accounting_pkg.process_transaction

1239: Destination in this case is O1, which indicates that the JAI_RCV_JOURNAL_ENTRIES would be hit
1240: and also rcv_transactions would be updated */
1241:
1242: p_codepath := jai_general_pkg.plot_codepath(11, p_codepath); /* 11 */
1243: jai_rcv_accounting_pkg.process_transaction
1244: (
1245: p_transaction_id => p_transaction_id,
1246: p_acct_type => lv_accounting_type,
1247: p_acct_nature => lv_account_nature,

Line 1414: jai_rcv_accounting_pkg.process_transaction

1410: end if;
1411:
1412: /* Inventory Receiving Account */
1413: p_codepath := jai_general_pkg.plot_codepath(8, p_codepath); /* 8 */
1414: jai_rcv_accounting_pkg.process_transaction
1415: (
1416: p_transaction_id => p_transaction_id,
1417: p_acct_type => p_accounting_type,
1418: p_acct_nature => lv_account_nature,

Line 1461: jai_rcv_accounting_pkg.process_transaction

1457: end if;
1458:
1459: /* Expense Account */
1460: p_codepath := jai_general_pkg.plot_codepath(13, p_codepath); /* 13 */
1461: jai_rcv_accounting_pkg.process_transaction
1462: (
1463: p_transaction_id => p_transaction_id,
1464: p_acct_type => p_accounting_type,
1465: p_acct_nature => lv_account_nature,

Line 1632: jai_rcv_accounting_pkg.process_transaction

1628: and also MMTT would be updated */
1629:
1630: /* Inventory Receiving Account */
1631: p_codepath := jai_general_pkg.plot_codepath(7, p_codepath); /* 7 */
1632: jai_rcv_accounting_pkg.process_transaction
1633: (
1634: p_transaction_id => p_transaction_id,
1635: p_acct_type => p_accounting_type,
1636: p_acct_nature => lv_account_nature,

Line 1666: jai_rcv_accounting_pkg.process_transaction

1662: /* Destination in this case is A2, which indicates that the JAI_RCV_JOURNAL_ENTRIES would be hit
1663: and also MMTT would be updated */
1664:
1665: p_codepath := jai_general_pkg.plot_codepath(9, p_codepath); /* 9 */
1666: jai_rcv_accounting_pkg.process_transaction
1667: (
1668: p_transaction_id => p_transaction_id,
1669: p_acct_type => p_accounting_type,
1670: p_acct_nature => lv_account_nature,

Line 1820: jai_rcv_accounting_pkg.process_transaction

1816: end if;
1817:
1818: /* Receiving Inspection Account */
1819: p_codepath := jai_general_pkg.plot_codepath(6, p_codepath); /* 6 */
1820: jai_rcv_accounting_pkg.process_transaction
1821: (
1822: p_transaction_id => p_transaction_id,
1823: p_acct_type => p_accounting_type,
1824: p_acct_nature => lv_account_nature,

Line 1868: jai_rcv_accounting_pkg.process_transaction

1864: end if;
1865:
1866: /* PPV Account */
1867: p_codepath := jai_general_pkg.plot_codepath(11, p_codepath); /* 11 */
1868: jai_rcv_accounting_pkg.process_transaction
1869: (
1870: p_transaction_id => p_transaction_id,
1871: p_acct_type => p_accounting_type,
1872: p_acct_nature => lv_account_nature,