DBA Data[Home] [Help]

APPS.JAI_PO_LLA_TRIGGER_PKG dependencies on JAI_CMN_HOOK_PKG

Line 285: Hook Functionality is incorporated by calling the package jai_cmn_hook_pkg.sql

281: When a Quotation is copied from a Source Document, then code is modified to copy the taxes from the SOURCE
282: document to Quotation if defaulted taxes on Source Document are modified by users
283:
284: 3 19/02/2004 Nagaraj.s for bug 3438863, Fileversion: 618.2 (Obsoleted with Bug# 3570189)
285: Hook Functionality is incorporated by calling the package jai_cmn_hook_pkg.sql
286: Hence this is a certain dependency issue and should be carefully handled
287:
288: 4 14/04/2004 Vijay Shankar for bugs# 3570189, Version : 619.1
289: PO Hook Functionality is made compatible with 11.5.3 Base Applications by removing last 12 params in call too

Line 290: jai_cmn_hook_pkg.Ja_In_po_line_locations_all procedure. Also Locator related code is removed except for RELEASES

286: Hence this is a certain dependency issue and should be carefully handled
287:
288: 4 14/04/2004 Vijay Shankar for bugs# 3570189, Version : 619.1
289: PO Hook Functionality is made compatible with 11.5.3 Base Applications by removing last 12 params in call too
290: jai_cmn_hook_pkg.Ja_In_po_line_locations_all procedure. Also Locator related code is removed except for RELEASES
291: as defaultation happens whether the user navigated from localization form or not.
292: Tax defaultation is driven by jai_cmn_hook_pkg. By default taxes are defaulted for all PO's created in
293: Indian OU's (INR as Functional Currency)
294:

Line 292: Tax defaultation is driven by jai_cmn_hook_pkg. By default taxes are defaulted for all PO's created in

288: 4 14/04/2004 Vijay Shankar for bugs# 3570189, Version : 619.1
289: PO Hook Functionality is made compatible with 11.5.3 Base Applications by removing last 12 params in call too
290: jai_cmn_hook_pkg.Ja_In_po_line_locations_all procedure. Also Locator related code is removed except for RELEASES
291: as defaultation happens whether the user navigated from localization form or not.
292: Tax defaultation is driven by jai_cmn_hook_pkg. By default taxes are defaulted for all PO's created in
293: Indian OU's (INR as Functional Currency)
294:
295: FileVersion: 618.2 is obsoleted with this Version
296: This is a DEPENDANCY for later versions of the file

Line 395: v_hook_value := jai_cmn_hook_pkg.Ja_In_po_line_locations_all( -- added the hook call for bug 3438863 to customize the code for deciding on India loc Tax defaultation

391: -- RETURN;
392: -- END IF;
393:
394: -- Start, Vijay Shankar for Bug# 3570189
395: v_hook_value := jai_cmn_hook_pkg.Ja_In_po_line_locations_all( -- added the hook call for bug 3438863 to customize the code for deciding on India loc Tax defaultation
396: pr_new.LINE_LOCATION_ID ,
397: pr_new.PO_HEADER_ID ,
398: pr_new.PO_LINE_ID ,
399: pr_new.QUANTITY ,

Line 1128: v_hook_value := jai_cmn_hook_pkg.Ja_In_po_line_locations_all( -- added the hook call for bug 3438863 to customize the code for deciding on India loc Tax defaultation

1124: /* jai_po_cmn_pkg.query_locator_for_release( pr_new.Po_Release_Id, rel_found );*//*commented by rchandan for bug#4479131*/
1125:
1126: /*added by rchandan for bug#4479131*/
1127:
1128: v_hook_value := jai_cmn_hook_pkg.Ja_In_po_line_locations_all( -- added the hook call for bug 3438863 to customize the code for deciding on India loc Tax defaultation
1129: pr_new.LINE_LOCATION_ID ,
1130: pr_new.PO_HEADER_ID ,
1131: pr_new.PO_LINE_ID ,
1132: pr_new.QUANTITY ,

Line 1397: v_hook_value := jai_cmn_hook_pkg.Ja_In_po_line_locations_all( -- added the hook call for bug 3438863 to customize the code for deciding on India loc Tax defaultation

1393: IF NOT found THEN
1394: RETURN;
1395: END IF;*//*commented by rchandan for bug#4479131*/
1396: IF v_type_lookup_code IN ( 'RFQ', 'QUOTATION', 'STANDARD', 'PLANNED', 'CONTRACT', 'BLANKET' ) THEN
1397: v_hook_value := jai_cmn_hook_pkg.Ja_In_po_line_locations_all( -- added the hook call for bug 3438863 to customize the code for deciding on India loc Tax defaultation
1398: pr_new.LINE_LOCATION_ID ,
1399: pr_new.PO_HEADER_ID ,
1400: pr_new.PO_LINE_ID ,
1401: pr_new.QUANTITY ,