DBA Data[Home] [Help]

APPS.GR_REG_PRINT_DOC dependencies on GR_COUNTRY_PROFILES

Line 478: from GR_COUNTRY_PROFILES p,

474:
475: /* Used to get the Territory Details */
476: CURSOR c_territory_details IS
477: select p.document_code, p.language, p.disclosure_code
478: from GR_COUNTRY_PROFILES p,
479: HZ_LOCATIONS l
480: where p.territory_code = l.country and
481: l.location_id = LocalDeliverydetail.ship_to_location_id;
482: l_territory_details c_territory_details%ROWTYPE;