DBA Data[Home] [Help]

APPS.HR_GBNIDIR dependencies on HR_GBBAL

Line 834: l_stat_period_start := hr_gbbal.span_start(l_bact_effective_date, 1, '06-04-');

830: pay_assignment_actions BAL_ASSACT
831: where BAL_ASSACT.assignment_action_id = p_assignment_action_id
832: and BAL_ASSACT.payroll_action_id = BACT.payroll_action_id;
833:
834: l_stat_period_start := hr_gbbal.span_start(l_bact_effective_date, 1, '06-04-');
835: l_start_director := hr_gbbal.start_director(l_assignment_id,
836: l_stat_period_start,
837: l_bact_effective_date);
838: --

Line 835: l_start_director := hr_gbbal.start_director(l_assignment_id,

831: where BAL_ASSACT.assignment_action_id = p_assignment_action_id
832: and BAL_ASSACT.payroll_action_id = BACT.payroll_action_id;
833:
834: l_stat_period_start := hr_gbbal.span_start(l_bact_effective_date, 1, '06-04-');
835: l_start_director := hr_gbbal.start_director(l_assignment_id,
836: l_stat_period_start,
837: l_bact_effective_date);
838: --
839: -- if the assignment_action_id has changed from the last call or is null,

Line 1359: l_date := hr_gbbal.span_start(p_input_date => l_effective_date,

1355: --
1356: --
1357: -- Find the statutory start date
1358: --
1359: l_date := hr_gbbal.span_start(p_input_date => l_effective_date,
1360: p_frequency => l_freq,
1361: p_start_dd_mm => '06-04');
1362: end if;
1363: --

Line 2210: l_date := hr_gbbal.span_end(p_input_date => l_period_regular_payment_date,

2206: --
2207: --
2208: -- Find the statutory end date
2209: --
2210: l_date := hr_gbbal.span_end(p_input_date => l_period_regular_payment_date,
2211: p_frequency => l_frequency,
2212: p_start_dd_mm => '06-04-');
2213: --
2214: --