DBA Data[Home] [Help]

APPS.PAY_COST_ALLOCATION_API dependencies on PER_BUSINESS_GROUPS

Line 401: from per_business_groups pbg

397: l_concat_segs pay_cost_allocation_keyflex.concatenated_segments%TYPE;
398: --
399: cursor csr_cost_structure is
400: select pbg.cost_allocation_structure
401: from per_business_groups pbg
402: where pbg.business_group_id = p_business_group_id;
403: --
404: begin
405: hr_utility.set_location('Entering:'|| l_proc, 10);

Line 810: from per_business_groups pbg

806: l_concat_segs pay_cost_allocation_keyflex.concatenated_segments%TYPE;
807: --
808: cursor csr_cost_structure(p_bg_id number) is
809: select pbg.cost_allocation_structure
810: from per_business_groups pbg
811: where pbg.business_group_id = p_bg_id;
812: --
813: cursor csr_old_ccid is
814: select pca.cost_allocation_keyflex_id