DBA Data[Home] [Help]

APPS.BEN_EFC_ADJUSTMENTS1 dependencies on HR_API

Line 1524: if pilprv_row.RT_END_DT <> hr_api.g_eot

1520: and l_faterr_code is null
1521: and l_adjfailed
1522: then
1523: --
1524: if pilprv_row.RT_END_DT <> hr_api.g_eot
1525: then
1526: --
1527: l_faterr_code := 'PRVENDDATED';
1528: l_faterr_type := 'UNSUPPORTTRANS';

Line 1539: if l_pendets.ENRT_CVG_THRU_DT <> hr_api.g_eot

1535: end if;
1536: --
1537: -- Check for a set ECTD other than EOT
1538: --
1539: if l_pendets.ENRT_CVG_THRU_DT <> hr_api.g_eot
1540: and l_faterr_code is null
1541: and l_adjfailed
1542: then
1543: --

Line 1551: if l_pendets.effective_end_date <> hr_api.g_eot

1547: end if;
1548: --
1549: -- Check for a set ESD other than EOT
1550: --
1551: if l_pendets.effective_end_date <> hr_api.g_eot
1552: and l_faterr_code is null
1553: and l_adjfailed
1554: then
1555: --

Line 2215: l_prev_esd := hr_api.g_sot;

2211: --
2212: end if;
2213: --
2214: l_prev_pkid := -999;
2215: l_prev_esd := hr_api.g_sot;
2216: --
2217: loop
2218: FETCH c_efc_rows INTO l_efc_row;
2219: EXIT WHEN c_efc_rows%NOTFOUND;

Line 3509: if l_efc_row.effective_end_date <> hr_api.g_eot

3505: l_faterr_type := 'POTENTIALCODEBUG';
3506: --
3507: end if;
3508: --
3509: if l_efc_row.effective_end_date <> hr_api.g_eot
3510: and l_faterr_code is null
3511: then
3512: --
3513: l_faterr_code := 'BPLDTUPD';