DBA Data[Home] [Help]

APPS.PO_XML_DELIVERY dependencies on FND_LOOKUP_VALUES_VL

Line 1840: fnd_lookup_values_vl flv1,

1836: x_telephone_3,
1837: x_partner_id_x
1838: FROM hr_locations_all hrl,
1839: --fnd_territories_vl ftv,
1840: fnd_lookup_values_vl flv1,
1841: fnd_lookup_values_vl flv2,
1842: fnd_lookup_values_vl flv3
1843: where
1844: hrl.region_1 = flv1.lookup_code (+) and hrl.country || '_PROVINCE' = flv1.lookup_type (+)

Line 1841: fnd_lookup_values_vl flv2,

1837: x_partner_id_x
1838: FROM hr_locations_all hrl,
1839: --fnd_territories_vl ftv,
1840: fnd_lookup_values_vl flv1,
1841: fnd_lookup_values_vl flv2,
1842: fnd_lookup_values_vl flv3
1843: where
1844: hrl.region_1 = flv1.lookup_code (+) and hrl.country || '_PROVINCE' = flv1.lookup_type (+)
1845: and hrl.region_2 = flv2.lookup_code (+) and hrl.country || '_STATE' = flv2.lookup_type (+)

Line 1842: fnd_lookup_values_vl flv3

1838: FROM hr_locations_all hrl,
1839: --fnd_territories_vl ftv,
1840: fnd_lookup_values_vl flv1,
1841: fnd_lookup_values_vl flv2,
1842: fnd_lookup_values_vl flv3
1843: where
1844: hrl.region_1 = flv1.lookup_code (+) and hrl.country || '_PROVINCE' = flv1.lookup_type (+)
1845: and hrl.region_2 = flv2.lookup_code (+) and hrl.country || '_STATE' = flv2.lookup_type (+)
1846: and hrl.region_1 = flv3.lookup_code (+) and hrl.country || '_COUNTY' = flv3.lookup_type (+)