DBA Data[Home] [Help]

APPS.JAI_PO_RLA_TRIGGER_PKG dependencies on JAI_CMN_HOOK_PKG

Line 262: jai_cmn_hook_pkg.Po_Requisition_Lines_All

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

Line 362: v_hook_value := jai_cmn_hook_pkg.Po_Requisition_Lines_All

358:
359: -- jai_po_cmn_pkg.query_locator_for_line( v_requisition_header_id, 'JAINREQN', FOUND );
360: v_hook_value := 'TRUE';
361: /* If v_hook_value is TRUE, then it means taxes should be defaulted. IF FALSE then return */
362: v_hook_value := jai_cmn_hook_pkg.Po_Requisition_Lines_All
363: (
364: pr_new.REQUISITION_LINE_ID,
365: pr_new.REQUISITION_HEADER_ID,
366: pr_new.LINE_NUM,

Line 2050: jai_cmn_hook_pkg.Po_Requisition_Lines_All

2046: Ramananda for bug#4428980. Removal of SQL LITERALs is done
2047:
2048: 8 06-Jul-2005 rallamse for bug# PADDR Elimination
2049: 1. Replaced call to jai_po_cmn_pkg.query_locator_for_line with
2050: jai_cmn_hook_pkg.Po_Requisition_Lines_All
2051:
2052: 9 04-Aug-2005 P1 Build Issue bug# 4535701 by Ramananda. File Version 120.2
2053: Commented the columns Event_Id and Line_Number.
2054: These will be uncommented once PO team's po_requisition_lines_all table has these columns

Line 2128: v_hook_value := jai_cmn_hook_pkg.Po_Requisition_Lines_All

2124:
2125: --jai_po_cmn_pkg.query_locator_for_line( v_header_id, 'JAINREQN', found );
2126: v_hook_value := 'TRUE'; /* rallamse bug#4479131 PADDR Elimination */
2127: /* If v_hook_value is TRUE, then it means taxes should be defaulted. IF FALSE then return */
2128: v_hook_value := jai_cmn_hook_pkg.Po_Requisition_Lines_All
2129: (
2130: pr_new.REQUISITION_LINE_ID,
2131: pr_new.REQUISITION_HEADER_ID,
2132: pr_new.LINE_NUM,

Line 2818: jai_cmn_hook_pkg.Po_Requisition_Lines_All

2814: Ramananda for bug#4428980. Removal of SQL LITERALs is done
2815:
2816: 5 06-Jul-2005 rallamse for bug# PADDR Elimination
2817: 1. Replaced call to jai_po_cmn_pkg.query_locator_for_line with
2818: jai_cmn_hook_pkg.Po_Requisition_Lines_All
2819:
2820: 6 04-Aug-2005 P1 Build Issue bug# 4535701 by Ramananda. File Version 120.2
2821: Commented the columns Event_Id and Line_Number.
2822: These will be uncommented once PO team's po_requisition_lines_all table has these columns

Line 2881: v_hook_value := jai_cmn_hook_pkg.Po_Requisition_Lines_All

2877:
2878: --jai_po_cmn_pkg.query_locator_for_line( v_header_id, 'JAINREQN', found );
2879: v_hook_value := 'TRUE'; /* rallamse bug#4479131 PADDR Elimination */
2880: /* If v_hook_value is TRUE, then it means taxes should be defaulted. IF FALSE then return */
2881: v_hook_value := jai_cmn_hook_pkg.Po_Requisition_Lines_All
2882: (
2883: pr_new.REQUISITION_LINE_ID,
2884: pr_new.REQUISITION_HEADER_ID,
2885: pr_new.LINE_NUM,