DBA Data[Home] [Help]

APPS.PAY_FR_DADS_ESTAB_COMP dependencies on FND_NEW_MESSAGES

Line 117: l_value fnd_new_messages.message_text%type;

113: l_cre_siren hr_organization_information.org_information1%TYPE ;
114: l_cre_nic varchar2(7) ;
115: l_cre_media hr_organization_information.org_information1%TYPE ;
116: l_address_to_use hr_organization_information.org_information2%TYPE ;
117: l_value fnd_new_messages.message_text%type;
118: l_error_type hr_lookups.meaning%type;
119: l_error hr_lookups.meaning%type;
120: l_warning hr_lookups.meaning%type;
121: l_cre_estab_name hr_all_organization_units_tl.name%TYPE;

Line 791: l_value fnd_new_messages.message_text%type;

787: l_media_type hr_organization_information.org_information3%TYPE ;
788: l_address_to_use hr_organization_information.org_information4%TYPE ;
789: l_count number;
790: l_name hr_all_organization_units_tl.name%TYPE ;
791: l_value fnd_new_messages.message_text%type;
792: l_error_type hr_lookups.meaning%type;
793: l_error hr_lookups.meaning%type;
794: l_warning hr_lookups.meaning%type;
795: --

Line 982: l_value fnd_new_messages.message_text%type;

978: l_periodicity_code_live varchar2(5);
979: l_periodicity_code_test varchar2(5);
980: l_hq_estab_id hr_organization_information.organization_id%TYPE;
981: l_fisc_estab_id hr_organization_information.organization_id%TYPE;
982: l_value fnd_new_messages.message_text%type;
983: l_error_type hr_lookups.meaning%type;
984: l_error hr_lookups.meaning%type;
985: l_warning hr_lookups.meaning%type;
986: --

Line 2080: l_value fnd_new_messages.message_text%type;

2076: l_estab_addr_country_name fnd_territories.nls_territory%TYPE ;
2077: l_estab_headcount_3112 number ;
2078: l_estab_salary_tax_code hr_organization_information.org_information3%TYPE ;
2079: l_assg_action_id number;
2080: l_value fnd_new_messages.message_text%type;
2081: l_error_type hr_lookups.meaning%type;
2082: l_error hr_lookups.meaning%type;
2083: l_warning hr_lookups.meaning%type;
2084: l_estab_location hr_all_organization_units.location_id%TYPE;