DBA Data[Home] [Help]

APPS.PAY_ELEMENT_LINK_API dependencies on PER_BUSINESS_GROUPS

Line 738: from per_business_groups

734:
735: -- Cursor to get the structure number to be passed to get the cost/balance id
736: cursor csr_flexnum(p_business_group_id number) is
737: select cost_allocation_structure
738: from per_business_groups
739: where business_group_id = p_business_group_id;
740: --
741: l_element_link_rec csr_bg_et%rowtype;
742: --