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 2857: p_cost_flex_id IN per_business_groups_perf.cost_allocation_structure%TYPE,

2853: p_bg_id IN pay_batch_headers.business_group_id%TYPE,
2854: p_att_table IN hxc_generic_retrieval_pkg.t_time_attribute,
2855: p_tbb_id IN hxc_time_building_blocks.time_building_block_id%TYPE,
2856: p_element_type_id IN pay_element_types_f.element_type_id%TYPE,
2857: p_cost_flex_id IN per_business_groups_perf.cost_allocation_structure%TYPE,
2858: p_effective_date IN pay_element_types_f.effective_start_date%TYPE,
2859: p_start_position IN PLS_INTEGER,
2860: p_ending_position OUT NOCOPY PLS_INTEGER, -- will return NULL if end-of-table was reached
2861: p_bee_rec IN OUT NOCOPY bee_rec

Line 3106: RETURN per_business_groups_perf.cost_allocation_structure%TYPE

3102: */
3103: FUNCTION cost_flex_structure_id (
3104: p_business_group_id IN per_all_organization_units.business_group_id%TYPE
3105: )
3106: RETURN per_business_groups_perf.cost_allocation_structure%TYPE
3107: IS
3108: l_proc proc_name;
3109:
3110: l_cost_allocation_structure_id per_business_groups_perf.cost_allocation_structure%TYPE;

Line 3110: l_cost_allocation_structure_id per_business_groups_perf.cost_allocation_structure%TYPE;

3106: RETURN per_business_groups_perf.cost_allocation_structure%TYPE
3107: IS
3108: l_proc proc_name;
3109:
3110: l_cost_allocation_structure_id per_business_groups_perf.cost_allocation_structure%TYPE;
3111: BEGIN
3112: g_debug :=hr_utility.debug_enabled;
3113: if g_debug then
3114: l_proc := g_package

Line 3171: l_costflex_value per_business_groups_perf.cost_allocation_structure%TYPE;

3167: --AND ffvs.validation_type = p_validation_type
3168: AND ffvs.flex_value_set_id = ffv.flex_value_set_id
3169: AND ffv.flex_value_id = p_flex_value_id;
3170:
3171: l_costflex_value per_business_groups_perf.cost_allocation_structure%TYPE;
3172: l_found_in_cache BOOLEAN := FALSE;
3173: BEGIN
3174: g_debug :=hr_utility.debug_enabled;
3175: if g_debug then