DBA Data[Home] [Help]

APPS.GMF_GLSYNCH dependencies on FND_TERRITORIES_VL

Line 859: FROM fnd_territories_vl

855: nvl(pi_date_added, to_date(2440588,'J')),
856: nvl(pi_added_by,0),
857: nvl(pi_date_modified, to_date(2440588,'J')),
858: nvl(pi_modified_by,0)
859: FROM fnd_territories_vl
860: WHERE territory_code = pi_country_code and
861: not exists(
862: SELECT 1 FROM SY_GEOG_MST
863: WHERE geog_type = 1 and geog_code = pi_country_code);