DBA Data[Home] [Help]

APPS.CSI_FA_INSTANCE_GRP dependencies on HZ_PARTY_SITES

Line 318: ELSIF l_location_type_code = 'HZ_PARTY_SITES' THEN

314: IF l_location_type_code = 'INVENTORY' THEN
315: l_location_table := 'HR_LOCATIONS';
316: ELSIF l_location_type_code = 'HZ_LOCATIONS' THEN
317: l_location_table := 'HZ_LOCATIONS';
318: ELSIF l_location_type_code = 'HZ_PARTY_SITES' THEN
319: l_location_table := 'HZ_LOCATIONS';
320:
321: SELECT location_id
322: INTO l_location_id

Line 323: FROM hz_party_sites

319: l_location_table := 'HZ_LOCATIONS';
320:
321: SELECT location_id
322: INTO l_location_id
323: FROM hz_party_sites
324: WHERE party_site_id = l_location_id;
325:
326: ELSIF l_location_type_code = 'INTERNAL_SITE' THEN
327: l_location_table := 'HR_LOCATIONS';