DBA Data[Home] [Help]

APPS.JAI_PO_RLA_TRIGGER_PKG dependencies on JAI_CMN_HOOK_PKG

Line 256: jai_cmn_hook_pkg.Po_Requisition_Lines_All

252: Ramananda for bug#4428980. Removal of SQL LITERALs is done
253:
254: 8 06-Jul-2005 rallamse for bug#4479131 PADDR Elimination
255: 1. Replaced call to jai_po_cmn_pkg.query_locator_for_line with
256: jai_cmn_hook_pkg.Po_Requisition_Lines_All
257:
258:
259: 9. 03/11/2006 SACSETHI for Bug 5228046, File version 120.4
260: Forward porting the change in 11i bug 5365523 (Additional CVD Enhancement, Tax precedence, BOE).

Line 346: v_hook_value := jai_cmn_hook_pkg.Po_Requisition_Lines_All

342:
343: -- jai_po_cmn_pkg.query_locator_for_line( v_requisition_header_id, 'JAINREQN', FOUND );
344: v_hook_value := 'TRUE';
345: /* If v_hook_value is TRUE, then it means taxes should be defaulted. IF FALSE then return */
346: v_hook_value := jai_cmn_hook_pkg.Po_Requisition_Lines_All
347: (
348: pr_new.REQUISITION_LINE_ID,
349: pr_new.REQUISITION_HEADER_ID,
350: pr_new.LINE_NUM,

Line 1919: jai_cmn_hook_pkg.Po_Requisition_Lines_All

1915: Ramananda for bug#4428980. Removal of SQL LITERALs is done
1916:
1917: 8 06-Jul-2005 rallamse for bug# PADDR Elimination
1918: 1. Replaced call to jai_po_cmn_pkg.query_locator_for_line with
1919: jai_cmn_hook_pkg.Po_Requisition_Lines_All
1920:
1921: 9 04-Aug-2005 P1 Build Issue bug# 4535701 by Ramananda. File Version 120.2
1922: Commented the columns Event_Id and Line_Number.
1923: These will be uncommented once PO team's po_requisition_lines_all table has these columns

Line 1994: v_hook_value := jai_cmn_hook_pkg.Po_Requisition_Lines_All

1990:
1991: --jai_po_cmn_pkg.query_locator_for_line( v_header_id, 'JAINREQN', found );
1992: v_hook_value := 'TRUE'; /* rallamse bug#4479131 PADDR Elimination */
1993: /* If v_hook_value is TRUE, then it means taxes should be defaulted. IF FALSE then return */
1994: v_hook_value := jai_cmn_hook_pkg.Po_Requisition_Lines_All
1995: (
1996: pr_new.REQUISITION_LINE_ID,
1997: pr_new.REQUISITION_HEADER_ID,
1998: pr_new.LINE_NUM,

Line 2595: jai_cmn_hook_pkg.Po_Requisition_Lines_All

2591: Ramananda for bug#4428980. Removal of SQL LITERALs is done
2592:
2593: 5 06-Jul-2005 rallamse for bug# PADDR Elimination
2594: 1. Replaced call to jai_po_cmn_pkg.query_locator_for_line with
2595: jai_cmn_hook_pkg.Po_Requisition_Lines_All
2596:
2597: 6 04-Aug-2005 P1 Build Issue bug# 4535701 by Ramananda. File Version 120.2
2598: Commented the columns Event_Id and Line_Number.
2599: These will be uncommented once PO team's po_requisition_lines_all table has these columns

Line 2657: v_hook_value := jai_cmn_hook_pkg.Po_Requisition_Lines_All

2653:
2654: --jai_po_cmn_pkg.query_locator_for_line( v_header_id, 'JAINREQN', found );
2655: v_hook_value := 'TRUE'; /* rallamse bug#4479131 PADDR Elimination */
2656: /* If v_hook_value is TRUE, then it means taxes should be defaulted. IF FALSE then return */
2657: v_hook_value := jai_cmn_hook_pkg.Po_Requisition_Lines_All
2658: (
2659: pr_new.REQUISITION_LINE_ID,
2660: pr_new.REQUISITION_HEADER_ID,
2661: pr_new.LINE_NUM,