DBA Data[Home] [Help]

APPS.PA_PAXPCTCE_XMLP_PKG dependencies on PA_PAXPCTCE_XMLP_PKG

Line 1: PACKAGE BODY PA_PAXPCTCE_XMLP_PKG AS

1: PACKAGE BODY PA_PAXPCTCE_XMLP_PKG AS
2: /* $Header: PAXPCTCEB.pls 120.2 2008/01/03 12:15:04 krreddy noship $ */
3:
4: FUNCTION get_cover_page_values RETURN BOOLEAN IS
5:

Line 54: where person_id = PA_PAXPCTCE_XMLP_PKG.employee_id

50: then
51: select full_name
52: into hold_employee_name
53: from per_people_f
54: where person_id = PA_PAXPCTCE_XMLP_PKG.employee_id
55: and sysdate between effective_start_date
56: and nvl(effective_end_date,sysdate + 1)
57: and ( employee_number IS NOT NULL or npw_number IS NOT NULL);
58:

Line 141: END PA_PAXPCTCE_XMLP_PKG ;

137: Function C_INCURRED_ORG_p return varchar2 is
138: Begin
139: return C_INCURRED_ORG;
140: END;
141: END PA_PAXPCTCE_XMLP_PKG ;
142: