DBA Data[Home] [Help]

APPS.PAY_FR_DADS_EMP_PKG dependencies on FND_NEW_MESSAGES

Line 116: l_value fnd_new_messages.message_text%type;

112: l_id2 per_all_people_f.employee_number%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;

Line 1266: l_value fnd_new_messages.message_text%type;

1262: l_estab_monthly_hours NUMBER;
1263: l_est_location hr_locations_all.location_id%type;
1264: l_asg_location hr_locations_all.location_id%type;
1265: l_bal_start_date DATE;
1266: l_value fnd_new_messages.message_text%type;
1267: l_unused_number NUMBER;
1268: l_first_row BOOLEAN;
1269: l_old_value VARCHAR2(250);
1270: l_old_value_1 VARCHAR2(250);