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 842: jai_rcv_accounting_pkg.process_transaction

838:
839: end if;
840:
841: p_codepath := jai_general_pkg.plot_codepath(8, p_codepath); /* 8 */
842: jai_rcv_accounting_pkg.process_transaction
843: (
844: p_transaction_id => p_transaction_id,
845: p_acct_type => p_accounting_type,
846: p_acct_nature => lv_account_nature,

Line 898: jai_rcv_accounting_pkg.process_transaction

894: end if;
895:
896:
897: p_codepath := jai_general_pkg.plot_codepath(16, p_codepath); /* 16 */
898: jai_rcv_accounting_pkg.process_transaction
899: (
900: p_transaction_id => p_transaction_id,
901: p_acct_type => p_accounting_type,
902: p_acct_nature => lv_account_nature,

Line 1361: jai_rcv_accounting_pkg.process_transaction

1357:
1358: commented for bug 7681614 by vumaasha
1359:
1360:
1361: jai_rcv_accounting_pkg.process_transaction
1362: (
1363: p_transaction_id => p_transaction_id,
1364: p_acct_type => lv_accounting_type,
1365: p_acct_nature => lv_account_nature,

Line 1406: jai_rcv_accounting_pkg.process_transaction

1402:
1403: commented for bug 7681614 by vumaasha
1404:
1405:
1406: jai_rcv_accounting_pkg.process_transaction
1407: (
1408: p_transaction_id => p_transaction_id,
1409: p_acct_type => lv_accounting_type,
1410: p_acct_nature => lv_account_nature,

Line 1578: jai_rcv_accounting_pkg.process_transaction

1574: end if;
1575:
1576: /* Inventory Receiving Account */
1577: p_codepath := jai_general_pkg.plot_codepath(8, p_codepath); /* 8 */
1578: jai_rcv_accounting_pkg.process_transaction
1579: (
1580: p_transaction_id => p_transaction_id,
1581: p_acct_type => p_accounting_type,
1582: p_acct_nature => lv_account_nature,

Line 1625: jai_rcv_accounting_pkg.process_transaction

1621: end if;
1622:
1623: /* Expense Account */
1624: p_codepath := jai_general_pkg.plot_codepath(13, p_codepath); /* 13 */
1625: jai_rcv_accounting_pkg.process_transaction
1626: (
1627: p_transaction_id => p_transaction_id,
1628: p_acct_type => p_accounting_type,
1629: p_acct_nature => lv_account_nature,

Line 1796: jai_rcv_accounting_pkg.process_transaction

1792: and also MMTT would be updated */
1793:
1794: /* Inventory Receiving Account */
1795: p_codepath := jai_general_pkg.plot_codepath(7, p_codepath); /* 7 */
1796: jai_rcv_accounting_pkg.process_transaction
1797: (
1798: p_transaction_id => p_transaction_id,
1799: p_acct_type => p_accounting_type,
1800: p_acct_nature => lv_account_nature,

Line 1830: jai_rcv_accounting_pkg.process_transaction

1826: /* Destination in this case is A2, which indicates that the JAI_RCV_JOURNAL_ENTRIES would be hit
1827: and also MMTT would be updated */
1828:
1829: p_codepath := jai_general_pkg.plot_codepath(9, p_codepath); /* 9 */
1830: jai_rcv_accounting_pkg.process_transaction
1831: (
1832: p_transaction_id => p_transaction_id,
1833: p_acct_type => p_accounting_type,
1834: p_acct_nature => lv_account_nature,

Line 1984: jai_rcv_accounting_pkg.process_transaction

1980: end if;
1981:
1982: /* Receiving Inspection Account */
1983: p_codepath := jai_general_pkg.plot_codepath(6, p_codepath); /* 6 */
1984: jai_rcv_accounting_pkg.process_transaction
1985: (
1986: p_transaction_id => p_transaction_id,
1987: p_acct_type => p_accounting_type,
1988: p_acct_nature => lv_account_nature,

Line 2032: jai_rcv_accounting_pkg.process_transaction

2028: end if;
2029:
2030: /* PPV Account */
2031: p_codepath := jai_general_pkg.plot_codepath(11, p_codepath); /* 11 */
2032: jai_rcv_accounting_pkg.process_transaction
2033: (
2034: p_transaction_id => p_transaction_id,
2035: p_acct_type => p_accounting_type,
2036: p_acct_nature => lv_account_nature,