DBA Data[Home] [Help]

APPS.JG_ZZ_VAT_REP_UTILITY dependencies on XLE_ENTITY_PROFILES

Line 1257: from xle_entity_profiles

1253: vat_reporting_entity_id = cpn_vat_reporting_entity_id;
1254:
1255: cursor c_get_le_identifier(cpn_legal_entity_id number) is
1256: select 'LE:' || substr(name, 1, 30) || '-' || legal_entity_id || ':'
1257: from xle_entity_profiles
1258: where legal_entity_id = cpn_legal_entity_id;
1259:
1260: cursor c_get_ledger_identifier(cpn_ledger_id number) is
1261: select 'LEDGER:' || substr(name, 1, 30) || '-' || ledger_id|| ':'