DBA Data[Home] [Help]

APPS.OZF_SUPP_TRADE_PROFILE_PUB dependencies on HR_OPERATING_UNITS

Line 147: FROM hr_operating_units

143:
144: ELSE
145:
146: SELECT COUNT(1) INTO l_org_count
147: FROM hr_operating_units
148: WHERE organization_id=p_supp_trade_profile_rec.org_id ;
149:
150: IF ( l_org_count = 0 ) THEN
151: IF g_debug THEN