DBA Data[Home] [Help]

APPS.PAY_ELEMENT_LINK_INTERNAL dependencies on PER_BUSINESS_GROUPS

Line 152: from per_business_groups

148:
149: -- Cursor to get the structure number to be passed to get the cost/balance id
150: cursor csr_flexnum is
151: select cost_allocation_structure
152: from per_business_groups
153: where business_group_id = p_business_group_id;
154: --
155: -- Variables to hold the values returned.
156: --