DBA Data[Home] [Help]

APPS.PAY_RUN_RESULT_PKG dependencies on PAY_CORE_UTILS

Line 52: pay_core_utils.get_leg_context_iv_name('JURISDICTION_CODE',

48: into l_legislation_code
49: from per_business_groups
50: where business_group_id = p_business_group_id;
51: --
52: pay_core_utils.get_leg_context_iv_name('JURISDICTION_CODE',
53: l_legislation_code,
54: l_inp_val_name,
55: l_found
56: );

Line 223: pay_core_utils.get_time_definition

219: if l_entry_type = 'B' then
220:
221: if l_time_definition_type = 'G' then
222:
223: pay_core_utils.get_time_definition
224: ( p_element_entry => p_element_entry_id,
225: p_asg_act_id => p_asg_action_id,
226: p_time_def_id => l_time_definition_id );
227: