DBA Data[Home] [Help]

APPS.PAY_NL_RULES dependencies on FND_PROFILE

Line 194: WHERE organization_id = fnd_profile.value('PER_BUSINESS_GROUP_ID')

190: --
191: CURSOR get_type IS
192: SELECT org_information6
193: FROM hr_organization_information
194: WHERE organization_id = fnd_profile.value('PER_BUSINESS_GROUP_ID')
195: AND org_information_context = 'NL_BG_INFO';
196: --
197: l_type VARCHAR2(20);
198: --