DBA Data[Home] [Help]

APPS.HXT_INTERFACE_UTILITIES dependencies on PER_BUSINESS_GROUPS_PERF

Line 393: p_cost_flex_id IN per_business_groups_perf.cost_allocation_structure%TYPE,

389: );
390:
391: PROCEDURE convert_attr_to_costsegment (
392: p_attr_rec IN hxc_generic_retrieval_pkg.r_time_attributes,
393: p_cost_flex_id IN per_business_groups_perf.cost_allocation_structure%TYPE,
394: p_bee_rec IN OUT NOCOPY bee_rec
395: );
396:
397: FUNCTION translated_iv (

Line 423: p_cost_flex_id IN per_business_groups_perf.cost_allocation_structure%TYPE,

419: p_bg_id IN pay_batch_headers.business_group_id%TYPE,
420: p_att_table IN hxc_generic_retrieval_pkg.t_time_attribute,
421: p_tbb_id IN hxc_time_building_blocks.time_building_block_id%TYPE,
422: p_element_type_id IN pay_element_types_f.element_type_id%TYPE,
423: p_cost_flex_id IN per_business_groups_perf.cost_allocation_structure%TYPE,
424: p_effective_date IN pay_element_types_f.effective_start_date%TYPE,
425: p_start_position IN PLS_INTEGER,
426: p_ending_position OUT NOCOPY PLS_INTEGER,
427: p_bee_rec IN OUT NOCOPY bee_rec

Line 446: RETURN per_business_groups_perf.cost_allocation_structure%TYPE;

442: ); */
443: FUNCTION cost_flex_structure_id (
444: p_business_group_id IN per_all_organization_units.business_group_id%TYPE
445: )
446: RETURN per_business_groups_perf.cost_allocation_structure%TYPE;
447:
448: FUNCTION costflex_value (
449: p_id_flex_num IN fnd_id_flex_segments.id_flex_num%TYPE,
450: p_segment_name IN fnd_id_flex_segments.application_column_name%TYPE,