DBA Data[Home] [Help]

APPS.JG_ZZ_VAT_REP_UTILITY dependencies on XLE_ENTITY_PROFILES

Line 1301: from xle_entity_profiles

1297: vat_reporting_entity_id = cpn_vat_reporting_entity_id;
1298:
1299: cursor c_get_le_identifier(cpn_legal_entity_id number) is
1300: select 'LE:' || substr(name, 1, 30) || '-' || legal_entity_id || ':'
1301: from xle_entity_profiles
1302: where legal_entity_id = cpn_legal_entity_id;
1303:
1304: cursor c_get_ledger_identifier(cpn_ledger_id number) is
1305: select 'LEDGER:' || substr(name, 1, 30) || '-' || ledger_id|| ':'