DBA Data[Home] [Help]

APPS.HR_GBNIDIR dependencies on HR_GBBAL

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

906: pay_assignment_actions BAL_ASSACT
907: where BAL_ASSACT.assignment_action_id = p_assignment_action_id
908: and BAL_ASSACT.payroll_action_id = BACT.payroll_action_id;
909:
910: l_stat_period_start := hr_gbbal.span_start(l_bact_effective_date, 1, '06-04-');
911: l_start_director := hr_gbbal.start_director(l_assignment_id,
912: l_stat_period_start,
913: l_bact_effective_date);
914: --

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

907: where BAL_ASSACT.assignment_action_id = p_assignment_action_id
908: and BAL_ASSACT.payroll_action_id = BACT.payroll_action_id;
909:
910: l_stat_period_start := hr_gbbal.span_start(l_bact_effective_date, 1, '06-04-');
911: l_start_director := hr_gbbal.start_director(l_assignment_id,
912: l_stat_period_start,
913: l_bact_effective_date);
914: --
915: -- if the assignment_action_id has changed from the last call or is null,

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

1469: --
1470: --
1471: -- Find the statutory start date
1472: --
1473: l_date := hr_gbbal.span_start(p_input_date => l_effective_date,
1474: p_frequency => l_freq,
1475: p_start_dd_mm => '06-04');
1476: end if;
1477: --

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

2322: --
2323: --
2324: -- Find the statutory end date
2325: --
2326: l_date := hr_gbbal.span_end(p_input_date => l_period_regular_payment_date,
2327: p_frequency => l_frequency,
2328: p_start_dd_mm => '06-04-');
2329: --
2330: --