DBA Data[Home] [Help]

APPS.PAY_COST_ALLOCATION_SWI dependencies on PER_BUSINESS_GROUPS

Line 32: from per_business_groups pbg

28: where cost_allocation_keyflex_id = p_cost_allocation_keyflex_id;
29:
30: cursor csr_cost_structure is
31: select pbg.cost_allocation_structure
32: from per_business_groups pbg
33: where pbg.business_group_id = p_business_group_id;
34:
35: cursor get_seg_order (p_cost_flex_structure number)is
36: select substr(application_column_name,8,2)