DBA Data[Home] [Help]

APPS.IRC_PARTY_API dependencies on HR_DFLEX_UTILITY

Line 124: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=

120: l_ptu_person_type_id number(15);
121: l_employee_number per_all_people_f.employee_number%type := hr_api.g_varchar2;
122: --
123: -- for disabling the descriptive flex field
124: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=
125: hr_dflex_utility.l_ignore_dfcode_varray();
126: --
127: -- cursor to select the legislation from per_business_groups_perf
128: -- corresponding to the business group

Line 125: hr_dflex_utility.l_ignore_dfcode_varray();

121: l_employee_number per_all_people_f.employee_number%type := hr_api.g_varchar2;
122: --
123: -- for disabling the descriptive flex field
124: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=
125: hr_dflex_utility.l_ignore_dfcode_varray();
126: --
127: -- cursor to select the legislation from per_business_groups_perf
128: -- corresponding to the business group
129: --

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

277: l_add_struct_d(l_add_struct_d.count) := 'PER_PEOPLE';
278: l_add_struct_d.extend(1);
279: l_add_struct_d(l_add_struct_d.count) := 'Person Developer DF';
280: --
281: hr_dflex_utility.create_ignore_df_validation(p_rec => l_add_struct_d);
282: --
283: --
284: --
285: -- Get the legislation code corrsponding to the business group id

Line 877: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=

873: l_legislation_code per_business_groups_perf.legislation_code%type;
874: l_ptu_person_type_id number(15);
875: --
876: -- for disabling the descriptive flex field
877: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=
878: hr_dflex_utility.l_ignore_dfcode_varray();
879: --
880: -- cursor to select the legislation from per_business_groups_perf
881: -- corresponding to the business group

Line 878: hr_dflex_utility.l_ignore_dfcode_varray();

874: l_ptu_person_type_id number(15);
875: --
876: -- for disabling the descriptive flex field
877: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=
878: hr_dflex_utility.l_ignore_dfcode_varray();
879: --
880: -- cursor to select the legislation from per_business_groups_perf
881: -- corresponding to the business group
882: --

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

1020: l_add_struct_d(l_add_struct_d.count) := 'PER_PEOPLE';
1021: l_add_struct_d.extend(1);
1022: l_add_struct_d(l_add_struct_d.count) := 'Person Developer DF';
1023: --
1024: hr_dflex_utility.create_ignore_df_validation(p_rec => l_add_struct_d);
1025: --
1026: hr_utility.set_location(l_proc, 20);
1027: --
1028: --

Line 1395: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=

1391: l_date_of_birth date;
1392: l_marital_status hz_person_profiles.marital_status%type;
1393: --
1394: -- for disabling the descriptive flex field
1395: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=
1396: hr_dflex_utility.l_ignore_dfcode_varray();
1397: -- for disabling the key flex field
1398: l_add_struct_k hr_kflex_utility.l_ignore_kfcode_varray :=
1399: hr_kflex_utility.l_ignore_kfcode_varray();

Line 1396: hr_dflex_utility.l_ignore_dfcode_varray();

1392: l_marital_status hz_person_profiles.marital_status%type;
1393: --
1394: -- for disabling the descriptive flex field
1395: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=
1396: hr_dflex_utility.l_ignore_dfcode_varray();
1397: -- for disabling the key flex field
1398: l_add_struct_k hr_kflex_utility.l_ignore_kfcode_varray :=
1399: hr_kflex_utility.l_ignore_kfcode_varray();
1400: --

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

1536: l_add_struct_d(l_add_struct_d.count) := 'Person Developer DF';
1537: l_add_struct_d.extend(1);
1538: l_add_struct_d(l_add_struct_d.count) := 'PER_PEOPLE';
1539: --
1540: hr_dflex_utility.create_ignore_df_validation(p_rec => l_add_struct_d);
1541:
1542: open csr_person_id(p_person_id,p_effective_date);
1543: fetch csr_person_id into l_effective_start_date,l_object_version_number,l_employee_number;
1544: close csr_person_id;

Line 2102: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=

2098: l_full_name per_all_people_f.full_name%type;
2099: l_person_type per_person_types.system_person_type%type;
2100: l_ptu_person_type_id number;
2101: -- for disabling the descriptive flex field
2102: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=
2103: hr_dflex_utility.l_ignore_dfcode_varray();
2104: -- for disabling the key flex field
2105: l_add_struct_k hr_kflex_utility.l_ignore_kfcode_varray :=
2106: hr_kflex_utility.l_ignore_kfcode_varray();

Line 2103: hr_dflex_utility.l_ignore_dfcode_varray();

2099: l_person_type per_person_types.system_person_type%type;
2100: l_ptu_person_type_id number;
2101: -- for disabling the descriptive flex field
2102: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=
2103: hr_dflex_utility.l_ignore_dfcode_varray();
2104: -- for disabling the key flex field
2105: l_add_struct_k hr_kflex_utility.l_ignore_kfcode_varray :=
2106: hr_kflex_utility.l_ignore_kfcode_varray();
2107: --

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

2248: l_add_struct_d(l_add_struct_d.count) := 'Person Developer DF';
2249: l_add_struct_d.extend(1);
2250: l_add_struct_d(l_add_struct_d.count) := 'PER_PEOPLE';
2251: --
2252: hr_dflex_utility.create_ignore_df_validation(p_rec => l_add_struct_d);
2253: --
2254: -- Call Before Process User Hook
2255: --
2256: begin

Line 3652: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=

3648: l_password_length number;
3649: l_min_password_length number := 8;
3650: --
3651: -- for disabling the descriptive flex field
3652: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=
3653: hr_dflex_utility.l_ignore_dfcode_varray();
3654: --
3655: begin
3656:

Line 3653: hr_dflex_utility.l_ignore_dfcode_varray();

3649: l_min_password_length number := 8;
3650: --
3651: -- for disabling the descriptive flex field
3652: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=
3653: hr_dflex_utility.l_ignore_dfcode_varray();
3654: --
3655: begin
3656:
3657: hr_utility.set_location(' Entering: '||l_proc, 10);

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

3721: l_add_struct_d(l_add_struct_d.count) := 'PER_PEOPLE';
3722: l_add_struct_d.extend(1);
3723: l_add_struct_d(l_add_struct_d.count) := 'Person Developer DF';
3724: --
3725: hr_dflex_utility.create_ignore_df_validation(p_rec => l_add_struct_d);
3726: --
3727: hr_utility.set_location(l_proc, 21);
3728: --
3729: --

Line 6229: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=

6225: l_full_name per_all_people_f.full_name%type;
6226: l_person_type per_person_types.system_person_type%type;
6227: l_ptu_person_type_id number;
6228: -- for disabling the descriptive flex field
6229: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=
6230: hr_dflex_utility.l_ignore_dfcode_varray();
6231: -- for disabling the key flex field
6232: l_add_struct_k hr_kflex_utility.l_ignore_kfcode_varray :=
6233: hr_kflex_utility.l_ignore_kfcode_varray();

Line 6230: hr_dflex_utility.l_ignore_dfcode_varray();

6226: l_person_type per_person_types.system_person_type%type;
6227: l_ptu_person_type_id number;
6228: -- for disabling the descriptive flex field
6229: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=
6230: hr_dflex_utility.l_ignore_dfcode_varray();
6231: -- for disabling the key flex field
6232: l_add_struct_k hr_kflex_utility.l_ignore_kfcode_varray :=
6233: hr_kflex_utility.l_ignore_kfcode_varray();
6234: --

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

6351: l_add_struct_d(l_add_struct_d.count) := 'Person Developer DF';
6352: l_add_struct_d.extend(1);
6353: l_add_struct_d(l_add_struct_d.count) := 'PER_PEOPLE';
6354: --
6355: hr_dflex_utility.create_ignore_df_validation(p_rec => l_add_struct_d);
6356: hr_utility.set_location(' After Calling hr_dflex_utility.create_ignore_df_validation ', 80);
6357: --
6358: --
6359: -- Process Logic

Line 6356: hr_utility.set_location(' After Calling hr_dflex_utility.create_ignore_df_validation ', 80);

6352: l_add_struct_d.extend(1);
6353: l_add_struct_d(l_add_struct_d.count) := 'PER_PEOPLE';
6354: --
6355: hr_dflex_utility.create_ignore_df_validation(p_rec => l_add_struct_d);
6356: hr_utility.set_location(' After Calling hr_dflex_utility.create_ignore_df_validation ', 80);
6357: --
6358: --
6359: -- Process Logic
6360: --