DBA Data[Home] [Help]

APPS.HXT_INTERFACE_UTILITIES dependencies on PER_BUSINESS_GROUPS_PERF

Line 2377: p_cost_flex_id IN per_business_groups_perf.cost_allocation_structure%TYPE,

2373: END convert_attr_to_ivs;
2374:
2375: PROCEDURE convert_attr_to_costsegment (
2376: p_attr_rec IN hxc_generic_retrieval_pkg.r_time_attributes,
2377: p_cost_flex_id IN per_business_groups_perf.cost_allocation_structure%TYPE,
2378: p_bee_rec IN OUT NOCOPY bee_rec
2379: )
2380: AS
2381: l_proc proc_name;

Line 2786: p_cost_flex_id IN per_business_groups_perf.cost_allocation_structure%TYPE,

2782: p_bg_id IN pay_batch_headers.business_group_id%TYPE,
2783: p_att_table IN hxc_generic_retrieval_pkg.t_time_attribute,
2784: p_tbb_id IN hxc_time_building_blocks.time_building_block_id%TYPE,
2785: p_element_type_id IN pay_element_types_f.element_type_id%TYPE,
2786: p_cost_flex_id IN per_business_groups_perf.cost_allocation_structure%TYPE,
2787: p_effective_date IN pay_element_types_f.effective_start_date%TYPE,
2788: p_start_position IN PLS_INTEGER,
2789: p_ending_position OUT NOCOPY PLS_INTEGER, -- will return NULL if end-of-table was reached
2790: p_bee_rec IN OUT NOCOPY bee_rec

Line 3035: RETURN per_business_groups_perf.cost_allocation_structure%TYPE

3031: */
3032: FUNCTION cost_flex_structure_id (
3033: p_business_group_id IN per_all_organization_units.business_group_id%TYPE
3034: )
3035: RETURN per_business_groups_perf.cost_allocation_structure%TYPE
3036: IS
3037: l_proc proc_name;
3038:
3039: l_cost_allocation_structure_id per_business_groups_perf.cost_allocation_structure%TYPE;

Line 3039: l_cost_allocation_structure_id per_business_groups_perf.cost_allocation_structure%TYPE;

3035: RETURN per_business_groups_perf.cost_allocation_structure%TYPE
3036: IS
3037: l_proc proc_name;
3038:
3039: l_cost_allocation_structure_id per_business_groups_perf.cost_allocation_structure%TYPE;
3040: BEGIN
3041: g_debug :=hr_utility.debug_enabled;
3042: if g_debug then
3043: l_proc := g_package

Line 3093: l_costflex_value per_business_groups_perf.cost_allocation_structure%TYPE;

3089: AND ffvs.validation_type = p_validation_type
3090: AND ffvs.flex_value_set_id = ffv.flex_value_set_id
3091: AND ffv.flex_value_id = p_flex_value_id;
3092:
3093: l_costflex_value per_business_groups_perf.cost_allocation_structure%TYPE;
3094: l_found_in_cache BOOLEAN := FALSE;
3095: BEGIN
3096: g_debug :=hr_utility.debug_enabled;
3097: if g_debug then