DBA Data[Home] [Help]

APPS.IRC_PARTY_API dependencies on HR_DFLEX_UTILITY

Line 119: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=

115: l_ptu_person_type_id number(15);
116: l_employee_number per_all_people_f.employee_number%type := hr_api.g_varchar2;
117: --
118: -- for disabling the descriptive flex field
119: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=
120: hr_dflex_utility.l_ignore_dfcode_varray();
121: --
122: -- cursor to select the legislation from per_business_groups_perf
123: -- corresponding to the business group

Line 120: hr_dflex_utility.l_ignore_dfcode_varray();

116: l_employee_number per_all_people_f.employee_number%type := hr_api.g_varchar2;
117: --
118: -- for disabling the descriptive flex field
119: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=
120: hr_dflex_utility.l_ignore_dfcode_varray();
121: --
122: -- cursor to select the legislation from per_business_groups_perf
123: -- corresponding to the business group
124: --

Line 271: hr_dflex_utility.create_ignore_df_validation(p_rec => l_add_struct_d);

267: l_add_struct_d(l_add_struct_d.count) := 'PER_PEOPLE';
268: l_add_struct_d.extend(1);
269: l_add_struct_d(l_add_struct_d.count) := 'Person Developer DF';
270: --
271: hr_dflex_utility.create_ignore_df_validation(p_rec => l_add_struct_d);
272: --
273: --
274: --
275: -- Get the legislation code corrsponding to the business group id

Line 850: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=

846: l_legislation_code per_business_groups_perf.legislation_code%type;
847: l_ptu_person_type_id number(15);
848: --
849: -- for disabling the descriptive flex field
850: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=
851: hr_dflex_utility.l_ignore_dfcode_varray();
852: --
853: -- cursor to select the legislation from per_business_groups_perf
854: -- corresponding to the business group

Line 851: hr_dflex_utility.l_ignore_dfcode_varray();

847: l_ptu_person_type_id number(15);
848: --
849: -- for disabling the descriptive flex field
850: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=
851: hr_dflex_utility.l_ignore_dfcode_varray();
852: --
853: -- cursor to select the legislation from per_business_groups_perf
854: -- corresponding to the business group
855: --

Line 997: hr_dflex_utility.create_ignore_df_validation(p_rec => l_add_struct_d);

993: l_add_struct_d(l_add_struct_d.count) := 'PER_PEOPLE';
994: l_add_struct_d.extend(1);
995: l_add_struct_d(l_add_struct_d.count) := 'Person Developer DF';
996: --
997: hr_dflex_utility.create_ignore_df_validation(p_rec => l_add_struct_d);
998: --
999: hr_utility.set_location(l_proc, 20);
1000: --
1001: --

Line 1368: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=

1364: l_date_of_birth date;
1365: l_marital_status hz_person_profiles.marital_status%type;
1366: --
1367: -- for disabling the descriptive flex field
1368: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=
1369: hr_dflex_utility.l_ignore_dfcode_varray();
1370: -- for disabling the key flex field
1371: l_add_struct_k hr_kflex_utility.l_ignore_kfcode_varray :=
1372: hr_kflex_utility.l_ignore_kfcode_varray();

Line 1369: hr_dflex_utility.l_ignore_dfcode_varray();

1365: l_marital_status hz_person_profiles.marital_status%type;
1366: --
1367: -- for disabling the descriptive flex field
1368: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=
1369: hr_dflex_utility.l_ignore_dfcode_varray();
1370: -- for disabling the key flex field
1371: l_add_struct_k hr_kflex_utility.l_ignore_kfcode_varray :=
1372: hr_kflex_utility.l_ignore_kfcode_varray();
1373: --

Line 1512: hr_dflex_utility.create_ignore_df_validation(p_rec => l_add_struct_d);

1508: l_add_struct_d(l_add_struct_d.count) := 'Person Developer DF';
1509: l_add_struct_d.extend(1);
1510: l_add_struct_d(l_add_struct_d.count) := 'PER_PEOPLE';
1511: --
1512: hr_dflex_utility.create_ignore_df_validation(p_rec => l_add_struct_d);
1513:
1514: open csr_person_id(p_person_id,p_effective_date);
1515: fetch csr_person_id into l_effective_start_date,l_object_version_number,l_employee_number;
1516: close csr_person_id;

Line 2076: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=

2072: l_full_name per_all_people_f.full_name%type;
2073: l_person_type per_person_types.system_person_type%type;
2074: l_ptu_person_type_id number;
2075: -- for disabling the descriptive flex field
2076: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=
2077: hr_dflex_utility.l_ignore_dfcode_varray();
2078: -- for disabling the key flex field
2079: l_add_struct_k hr_kflex_utility.l_ignore_kfcode_varray :=
2080: hr_kflex_utility.l_ignore_kfcode_varray();

Line 2077: hr_dflex_utility.l_ignore_dfcode_varray();

2073: l_person_type per_person_types.system_person_type%type;
2074: l_ptu_person_type_id number;
2075: -- for disabling the descriptive flex field
2076: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=
2077: hr_dflex_utility.l_ignore_dfcode_varray();
2078: -- for disabling the key flex field
2079: l_add_struct_k hr_kflex_utility.l_ignore_kfcode_varray :=
2080: hr_kflex_utility.l_ignore_kfcode_varray();
2081: --

Line 2192: hr_dflex_utility.create_ignore_df_validation(p_rec => l_add_struct_d);

2188: l_add_struct_d(l_add_struct_d.count) := 'Person Developer DF';
2189: l_add_struct_d.extend(1);
2190: l_add_struct_d(l_add_struct_d.count) := 'PER_PEOPLE';
2191: --
2192: hr_dflex_utility.create_ignore_df_validation(p_rec => l_add_struct_d);
2193: --
2194: -- Call Before Process User Hook
2195: --
2196: begin