DBA Data[Home] [Help]

APPS.HXC_FF_DICT dependencies on HXC_FF_DICT

Line 1: Package Body hxc_ff_dict as

1: Package Body hxc_ff_dict as
2: /* $Header: hxcffpkg.pkb 120.5 2011/07/14 11:29:21 bbayragi ship $ */
3:
4: g_debug boolean :=hr_utility.debug_enabled;
5:

Line 1109: l_outputs := hxc_ff_dict.formula(

1105: -- take the greater of the first assignment date or the period start date
1106:
1107: l_submission_date := GREATEST( l_submission_date, l_period_tab(p).db_pre_period_start );
1108:
1109: l_outputs := hxc_ff_dict.formula(
1110: p_formula_id => p_rule_rec.formula_id
1111: , p_resource_id => p_resource_id
1112: , p_submission_date => l_submission_date -- GPM v115.19
1113: , p_ss_timecard_hours => l_timecard_hrs

Line 1299: end hxc_ff_dict;

1295:
1296: END get_formula_segment_value;
1297:
1298:
1299: end hxc_ff_dict;