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.4 2005/09/23 08:08:37 sechandr noship $ */
3:
4: g_debug boolean :=hr_utility.debug_enabled;
5:

Line 1108: l_outputs := hxc_ff_dict.formula(

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

Line 1298: end hxc_ff_dict;

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