DBA Data[Home] [Help]

APPS.HR_PREVIOUS_EMPLOYMENT_API dependencies on PER_PEM_BUS

Line 134: per_pem_bus.get_period_values(l_start_date

130: --
131: if p_period_years is null
132: and p_period_months is null
133: and p_period_days is null then
134: per_pem_bus.get_period_values(l_start_date
135: ,l_end_date
136: ,l_period_years
137: ,l_period_months
138: ,l_period_days);

Line 589: per_pem_bus.get_period_values(l_start_date

585: --
586: if p_period_years is null
587: and p_period_months is null
588: and p_period_days is null then
589: per_pem_bus.get_period_values(l_start_date
590: ,l_end_date
591: ,l_period_years
592: ,l_period_months
593: ,l_period_days);

Line 1169: per_pem_bus.get_period_values(l_start_date

1165: --
1166: if p_period_years is null
1167: and p_period_months is null
1168: and p_period_days is null then
1169: per_pem_bus.get_period_values(l_start_date
1170: ,l_end_date
1171: ,l_period_years
1172: ,l_period_months
1173: ,l_period_days);

Line 1592: per_pem_bus.get_period_values(l_start_date

1588: --
1589: if p_period_years is null
1590: and p_period_months is null
1591: and p_period_days is null then
1592: per_pem_bus.get_period_values(l_start_date
1593: ,l_end_date
1594: ,l_period_years
1595: ,l_period_months
1596: ,l_period_days);

Line 2940: per_pem_bus.get_period_values(l_start_date

2936: --
2937: if p_period_years is null
2938: and p_period_months is null
2939: and p_period_days is null then
2940: per_pem_bus.get_period_values(l_start_date
2941: ,l_end_date
2942: ,l_period_years
2943: ,l_period_months
2944: ,l_period_days);

Line 3279: per_pem_bus.get_period_values(l_start_date

3275: --
3276: if p_period_years is null
3277: and p_period_months is null
3278: and p_period_days is null then
3279: per_pem_bus.get_period_values(l_start_date
3280: ,l_end_date
3281: ,l_period_years
3282: ,l_period_months
3283: ,l_period_days);