DBA Data[Home] [Help]

APPS.JAI_PO_LLA_TRIGGER_PKG dependencies on JAI_CMN_HOOK_PKG

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

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

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

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

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

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

Line 446: 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

442: -- RETURN;
443: -- END IF;
444:
445: -- Start, Vijay Shankar for Bug# 3570189
446: 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
447: pr_new.LINE_LOCATION_ID ,
448: pr_new.PO_HEADER_ID ,
449: pr_new.PO_LINE_ID ,
450: pr_new.QUANTITY ,

Line 1290: 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

1286: /* jai_po_cmn_pkg.query_locator_for_release( pr_new.Po_Release_Id, rel_found );*//*commented by rchandan for bug#4479131*/
1287:
1288: /*added by rchandan for bug#4479131*/
1289:
1290: 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
1291: pr_new.LINE_LOCATION_ID ,
1292: pr_new.PO_HEADER_ID ,
1293: pr_new.PO_LINE_ID ,
1294: pr_new.QUANTITY ,

Line 1559: 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

1555: IF NOT found THEN
1556: RETURN;
1557: END IF;*//*commented by rchandan for bug#4479131*/
1558: IF v_type_lookup_code IN ( 'RFQ', 'QUOTATION', 'STANDARD', 'PLANNED', 'CONTRACT', 'BLANKET' ) THEN
1559: 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
1560: pr_new.LINE_LOCATION_ID ,
1561: pr_new.PO_HEADER_ID ,
1562: pr_new.PO_LINE_ID ,
1563: pr_new.QUANTITY ,