DBA Data[Home] [Help]

APPS.PAY_PAYWSMEE_PKG dependencies on PER_BUSINESS_GROUPS_PERF

Line 181: from per_business_groups_perf

177: -- Define how to retrieve Keyflex structure information
178: --
179: cursor keyflex_structure is
180: select cost_allocation_structure
181: from per_business_groups_perf
182: where business_group_id = p_business_group_id;
183: --
184: -- Define how to retrieve assignment's payroll information
185: --