DBA Data[Home] [Help]

PACKAGE: APPS.PA_PO_INTEGRATION

Source


1 PACKAGE PA_PO_INTEGRATION AS
2 /*$Header: PAPOINTS.pls 120.0 2005/06/03 13:55:25 appldev noship $*/
3 
4 -- ==========================================================================
5 -- = FUNCTION IS_PJR_PO_INTEG_ENABLED: This function checks if PJR License is
6 -- = on and if PA.FP.M or above is installed.
7 -- ==========================================================================
8 
9 FUNCTION IS_PJR_PO_INTEG_ENABLED RETURN VARCHAR2;
10 
11 -- ==========================================================================
12 -- = FUNCTION is_pjc_po_cwk_intg_enab: This function will return 'N' in 11.5.10
13 -- = to indicate that PA.FP.M is not installed. PO will disable project related
14 -- = fields for contingent worker POs in 11.5.10. This function will be changed
15 -- = to return 'Y' in FP.M.
16 -- ==========================================================================
17 
18 FUNCTION is_pjc_po_cwk_intg_enab RETURN VARCHAR2;
19 
20 -- ==========================================================================
21 -- = FUNCTION is_pjc_11i10_enabled: This function will return 'N' in the stub
22 -- = to indicate that PA changes for 11.5.10 is not available.
23 -- = PO will need to include this stub in their patchset.
24 -- = PJC will change this to return 'Y' in 11.5.10 PA changes.
25 -- ==========================================================================
26 
27 FUNCTION is_pjc_11i10_enabled RETURN VARCHAR2;
28 
29 END PA_PO_INTEGRATION;