DBA Data[Home] [Help]

APPS.IRC_PARTY_API dependencies on HR_KFLEX_UTILITY

Line 1371: l_add_struct_k hr_kflex_utility.l_ignore_kfcode_varray :=

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: --
1374: --
1375: -- cursor to select entries IN per_all_people_f

Line 1372: hr_kflex_utility.l_ignore_kfcode_varray();

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: --
1374: --
1375: -- cursor to select entries IN per_all_people_f
1376: -- relating to registered user

Line 1501: hr_kflex_utility.create_ignore_kf_validation(p_rec => l_add_struct_k);

1497: l_add_struct_k(l_add_struct_k.count) := 'CAGR';
1498: l_add_struct_k.extend(1);
1499: l_add_struct_k(l_add_struct_k.count) := 'SCL';
1500: --
1501: hr_kflex_utility.create_ignore_kf_validation(p_rec => l_add_struct_k);
1502: --
1503: -- code for disabling the descriptive flex field
1504: --
1505: l_add_struct_d.extend(1);

Line 2079: l_add_struct_k hr_kflex_utility.l_ignore_kfcode_varray :=

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: --
2082: -- cursor to select entries IN per_all_people_f
2083: -- relating to registered user

Line 2080: hr_kflex_utility.l_ignore_kfcode_varray();

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: --
2082: -- cursor to select entries IN per_all_people_f
2083: -- relating to registered user
2084: --

Line 2182: hr_kflex_utility.create_ignore_kf_validation(p_rec => l_add_struct_k);

2178: l_add_struct_k(l_add_struct_k.count) := 'CAGR';
2179: l_add_struct_k.extend(1);
2180: l_add_struct_k(l_add_struct_k.count) := 'SCL';
2181: --
2182: hr_kflex_utility.create_ignore_kf_validation(p_rec => l_add_struct_k);
2183: --
2184: -- code for disabling the descriptive flex field
2185: l_add_struct_d.extend(1);
2186: l_add_struct_d(l_add_struct_d.count) := 'PER_ASSIGNMENTS';