DBA Data[Home] [Help]

APPS.PAY_ITERATE dependencies on HR_API

Line 1325: if g_to_be_uploaded_eed <> hr_api.g_eot then

1321: -- this is a new upload row. Check to see if the previous uploaded record's
1322: -- effective end date was eot. If not update the row to whatever the end
1323: -- date should be.
1324: --
1325: if g_to_be_uploaded_eed <> hr_api.g_eot then
1326: --
1327: if l_call_set_end_date then
1328: hr_utility.trace('before SET_END_DATE');
1329: set_end_date;

Line 1935: if g_to_be_uploaded_eed <> hr_api.g_eot then

1931: -- This indicates the final ldt row has been uploaded, just need to check
1932: -- to see if the previous uploaded record's effective end date was eot.
1933: -- If not update the row to whatever the end date should be.
1934: --
1935: if g_to_be_uploaded_eed <> hr_api.g_eot then
1936: set_end_date;
1937: --update_row('SET_END_DATE');
1938: end if;
1939: end if;

Line 2341: if g_rtu_to_be_uploaded_eed <> hr_api.g_eot then

2337: -- this is a new upload row. Check to see if the previous uploaded record's
2338: -- effective end date was eot. If not update the row to whatever the end
2339: -- date should be.
2340: --
2341: if g_rtu_to_be_uploaded_eed <> hr_api.g_eot then
2342: --
2343: if l_call_rtu_set_end_date then
2344: hr_utility.trace('before SET_END_DATE');
2345: set_end_date;

Line 2566: if g_rtu_to_be_uploaded_eed <> hr_api.g_eot then

2562: -- This indicates the final ldt row has been uploaded, just need to check
2563: -- to see if the previous uploaded record's effective end date was eot.
2564: -- If not update the row to whatever the end date should be.
2565: --
2566: if g_rtu_to_be_uploaded_eed <> hr_api.g_eot then
2567: set_end_date;
2568: end if;
2569: end if;
2570: --

Line 2822: and (g_rom_rec.old_eed <> hr_api.g_eot)) then

2818: --
2819: close c_row_exists;
2820: --
2821: if ((p_rt_opm_id <> g_rom_rec.old_rom_id)
2822: and (g_rom_rec.old_eed <> hr_api.g_eot)) then
2823: end_date_rom;
2824: end if;
2825: --
2826: g_rom_rec.old_rom_id := p_rt_opm_id;

Line 2837: if g_rom_rec.old_eed <> hr_api.g_eot then

2833: --
2834: hr_utility.set_location('pay_iterate.up_run_type_org_method',70);
2835: --
2836: else
2837: if g_rom_rec.old_eed <> hr_api.g_eot then
2838: end_date_rom;
2839: end if;
2840: end if;
2841: --

Line 3197: and (g_etu_rec.old_eed <> hr_api.g_eot)) then

3193: --
3194: end if;
3195: --
3196: if ((p_etu_id <> g_etu_rec.old_etu_id)
3197: and (g_etu_rec.old_eed <> hr_api.g_eot)) then
3198: end_date_etu;
3199: end if;
3200: --
3201: g_etu_rec.old_etu_id := p_etu_id;

Line 3212: if g_etu_rec.old_eed <> hr_api.g_eot then

3208: g_etu_rec.l_mode := l_mode;
3209: --
3210: else
3211: --
3212: if g_etu_rec.old_eed <> hr_api.g_eot then
3213: end_date_etu;
3214: end if;
3215: --
3216: end if;