DBA Data[Home] [Help]

APPS.PAY_HR_OTC_RETRIEVAL_INTERFACE dependencies on PER_BUSINESS_GROUPS_PERF

Line 898: p_cost_flex_id IN per_business_groups_perf.cost_allocation_structure%TYPE,

894: p_bg_id IN hr_all_organization_units.business_group_id%TYPE,
895: p_attr_tbl IN hxc_generic_retrieval_pkg.t_time_attribute,
896: p_tbb_id IN hxc_time_building_blocks.time_building_block_id%TYPE,
897: p_det_tbb_idx IN PLS_INTEGER,
898: p_cost_flex_id IN per_business_groups_perf.cost_allocation_structure%TYPE,
899: p_effective_date IN pay_element_types_f.effective_start_date%TYPE,
900: p_attr_tbl_idx IN OUT NOCOPY PLS_INTEGER,
901: p_bee_rec IN OUT NOCOPY hxt_interface_utilities.bee_rec,
902: p_is_old IN BOOLEAN DEFAULT FALSE

Line 1013: p_cost_flex_id IN per_business_groups_perf.cost_allocation_structure%TYPE,

1009: p_det_tbb_idx IN PLS_INTEGER,
1010: p_attr_tbl IN hxc_generic_retrieval_pkg.t_time_attribute,
1011: p_attr_tbl_idx IN OUT NOCOPY PLS_INTEGER,
1012: p_bee_rec OUT NOCOPY hxt_interface_utilities.bee_rec,
1013: p_cost_flex_id IN per_business_groups_perf.cost_allocation_structure%TYPE,
1014: p_is_old IN BOOLEAN DEFAULT FALSE
1015: )
1016: AS
1017: l_proc CONSTANT proc_name := g_package || 'bee_batch_line';

Line 1644: l_cost_flex_id per_business_groups_perf.cost_allocation_structure%TYPE

1640: l_det_old_attr_idx PLS_INTEGER;
1641: l_bee_rec hxt_interface_utilities.bee_rec;
1642: l_old_bee_rec hxt_interface_utilities.bee_rec;
1643: l_empty_bee_rec hxt_interface_utilities.bee_rec;
1644: l_cost_flex_id per_business_groups_perf.cost_allocation_structure%TYPE
1645: := hxt_interface_utilities.cost_flex_structure_id (p_bg_id);
1646: l_batch_id pay_batch_headers.batch_reference%TYPE;
1647: l_batch_sequence pay_batch_lines.batch_sequence%TYPE;
1648: l_retro_batch_id pay_batch_headers.batch_reference%TYPE;