DBA Data[Home] [Help]

APPS.PAY_FR_DADS_EMP_PKG dependencies on PAY_FR_DADS_EMP_PKG

Line 1: PACKAGE BODY PAY_FR_DADS_EMP_PKG as

1: PACKAGE BODY PAY_FR_DADS_EMP_PKG as
2: /* $Header: pyfrdems.pkb 120.1 2006/03/16 10:29 aparkes noship $ */
3: g_package varchar2(50); -- Global package name
4: g_param_issuing_estab_id per_all_assignments_f.establishment_id%type;
5: g_param_company_id hr_organization_information.organization_id%type;

Line 129: g_package := ' pay_fr_dads_emp_pkg.'; -- Global package name

125: --checks whether any employee is there in a establishment
126: l_emp_found boolean;
127:
128: Begin
129: g_package := ' pay_fr_dads_emp_pkg.'; -- Global package name
130: -- Initializing the local variables
131: l_mandatory := 'M';
132: l_conditional := 'C';
133: l_optional := 'O';

Line 4088: End PAY_FR_DADS_EMP_PKG;

4084: End archive_data;
4085:
4086: --
4087:
4088: End PAY_FR_DADS_EMP_PKG;