DBA Data[Home] [Help]

APPS.JAI_PO_LA_TRIGGER_PKG dependencies on PO_LINES_ALL

Line 198: jai_cmn_hook_pkg.Ja_In_po_lines_all procedure

194: Hence this is a certain dependency issue and should be carefully handled
195:
196: 3 14/04/2004 Vijay Shankar for bugs# 3570189 and 3553351, Version : 619.1
197: BUG# 3570189: PO Hook Functionality is made compatible with 11.5.3 Base Applications by removing last 11 parameters in call to
198: jai_cmn_hook_pkg.Ja_In_po_lines_all procedure
199: Removed Locator related code and the defaultation happens only base on HOOK Implemenation by Ct. By Default tax
200: defaultation happens for all documents created with INR as functional currency
201:
202: BUG# 3553351: Taxes are not getting defaulted for BPA and success is made 0 after returning from

Line 291: v_hook_value := jai_cmn_hook_pkg.Ja_In_po_lines_all(

287:
288:
289: -- Start, Vijay Shankar for bugs# 3570189
290: -- If v_hook_value is TRUE, then it means taxes should be defaulted. IF FALSE then return
291: v_hook_value := jai_cmn_hook_pkg.Ja_In_po_lines_all(
292: pr_new.PO_LINE_ID ,
293: pr_new.PO_HEADER_ID ,
294: pr_new.LINE_TYPE_ID ,
295: pr_new.LINE_NUM ,

Line 673: v_hook_value := jai_cmn_hook_pkg.Ja_In_po_lines_all (

669: ELSIF v_type_lookup_code IN ( 'STANDARD', 'PLANNED', 'CONTRACT', 'BLANKET' ) THEN
670: jai_po_cmn_pkg.query_locator_for_line( v_po_hdr_id, 'JAINPO', found );
671: END IF;*//*commented by rchandan for bug#4479131*/
672: IF v_type_lookup_code IN ( 'RFQ', 'QUOTATION' ,'STANDARD', 'PLANNED', 'CONTRACT', 'BLANKET' ) THEN
673: v_hook_value := jai_cmn_hook_pkg.Ja_In_po_lines_all (
674: P_PO_LINE_ID =>pr_new.PO_LINE_ID ,
675: P_PO_HEADER_ID =>pr_new.PO_HEADER_ID ,
676: P_LINE_TYPE_ID =>pr_new.LINE_TYPE_ID ,
677: P_LINE_NUM =>pr_new.LINE_NUM ,