DBA Data[Home] [Help]

APPS.IRC_PARTY_PERSON_UTL dependencies on PER_BUSINESS_GROUPS

Line 134: from per_business_groups

130: party_rec get_party_rec%rowtype;
131:
132: cursor get_legislation_code is
133: select legislation_code
134: from per_business_groups
135: where business_group_id=l_business_group_id;
136:
137: l_legislation_code varchar2(150);
138: