DBA Data[Home] [Help]

APPS.JL_JLCOGLAN_XMLP_PKG dependencies on XLE_FIRSTPARTY_INFORMATION_V

Line 238: from xle_firstparty_information_v

234: select name,
235: registration_number
236: into C_COMPANY_NAME,
237: C_NIT_ID
238: from xle_firstparty_information_v
239: where legal_entity_id = t_legal_entity_id;
240: exception
241: when others then
242: /*srw.message(03, 'Failed to retrieve Company Information Attributes.');*/null;