DBA Data[Home] [Help]

APPS.PAY_FR_DADS_EMP_PKG dependencies on HR_LOOKUPS

Line 117: l_error_type hr_lookups.meaning%type;

113: l_pactid pay_payroll_actions.payroll_action_id%type;
114:
115: -- Local Variable Declaration for Exceptions
116: l_value fnd_new_messages.message_text%type;
117: l_error_type hr_lookups.meaning%type;
118: l_error hr_lookups.meaning%type;
119: l_warning hr_lookups.meaning%type;
120: l_ss_number per_all_people_f.NATIONAL_IDENTIFIER%type;
121: l_mandatory varchar2(1);

Line 118: l_error hr_lookups.meaning%type;

114:
115: -- Local Variable Declaration for Exceptions
116: l_value fnd_new_messages.message_text%type;
117: l_error_type hr_lookups.meaning%type;
118: l_error hr_lookups.meaning%type;
119: l_warning hr_lookups.meaning%type;
120: l_ss_number per_all_people_f.NATIONAL_IDENTIFIER%type;
121: l_mandatory varchar2(1);
122: l_conditional varchar2(1);

Line 119: l_warning hr_lookups.meaning%type;

115: -- Local Variable Declaration for Exceptions
116: l_value fnd_new_messages.message_text%type;
117: l_error_type hr_lookups.meaning%type;
118: l_error hr_lookups.meaning%type;
119: l_warning hr_lookups.meaning%type;
120: l_ss_number per_all_people_f.NATIONAL_IDENTIFIER%type;
121: l_mandatory varchar2(1);
122: l_conditional varchar2(1);
123: l_optional varchar2(1);

Line 1327: l_error_type hr_lookups.meaning%type;

1323: c_end_date date;
1324: c_start_date date;
1325:
1326: -- Local Variable Declaration for Exceptions
1327: l_error_type hr_lookups.meaning%type;
1328: l_error hr_lookups.meaning%type;
1329: l_warning hr_lookups.meaning%type;
1330: l_asg_estab_name hr_all_organization_units_tl.name%type;
1331: l_mandatory varchar2(1);

Line 1328: l_error hr_lookups.meaning%type;

1324: c_start_date date;
1325:
1326: -- Local Variable Declaration for Exceptions
1327: l_error_type hr_lookups.meaning%type;
1328: l_error hr_lookups.meaning%type;
1329: l_warning hr_lookups.meaning%type;
1330: l_asg_estab_name hr_all_organization_units_tl.name%type;
1331: l_mandatory varchar2(1);
1332: l_conditional varchar2(1);

Line 1329: l_warning hr_lookups.meaning%type;

1325:
1326: -- Local Variable Declaration for Exceptions
1327: l_error_type hr_lookups.meaning%type;
1328: l_error hr_lookups.meaning%type;
1329: l_warning hr_lookups.meaning%type;
1330: l_asg_estab_name hr_all_organization_units_tl.name%type;
1331: l_mandatory varchar2(1);
1332: l_conditional varchar2(1);
1333: l_optional varchar2(1);