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 296: v_hook_value := jai_cmn_hook_pkg.Ja_In_po_lines_all(

292:
293:
294: -- Start, Vijay Shankar for bugs# 3570189
295: -- If v_hook_value is TRUE, then it means taxes should be defaulted. IF FALSE then return
296: v_hook_value := jai_cmn_hook_pkg.Ja_In_po_lines_all(
297: pr_new.PO_LINE_ID ,
298: pr_new.PO_HEADER_ID ,
299: pr_new.LINE_TYPE_ID ,
300: pr_new.LINE_NUM ,

Line 730: v_hook_value := jai_cmn_hook_pkg.Ja_In_po_lines_all (

726: End IF; /*Added by nprashar for bug # 9362704 Ends here*/
727: End IF;
728:
729: IF v_type_lookup_code IN ( 'RFQ', 'QUOTATION' ,'STANDARD', 'PLANNED', 'CONTRACT', 'BLANKET' ) THEN
730: v_hook_value := jai_cmn_hook_pkg.Ja_In_po_lines_all (
731: P_PO_LINE_ID =>pr_new.PO_LINE_ID ,
732: P_PO_HEADER_ID =>pr_new.PO_HEADER_ID ,
733: P_LINE_TYPE_ID =>pr_new.LINE_TYPE_ID ,
734: P_LINE_NUM =>pr_new.LINE_NUM ,