DBA Data[Home] [Help]

APPS.JL_AR_DOC_NUMBERING_PKG dependencies on XLE_FIRSTPARTY_INFORMATION_V

Line 278: FROM xle_firstparty_information_v

274: -- Fetching the company Cuit from hr locations
275: BEGIN
276: SELECT registration_number
277: INTO l_comp_cuit
278: FROM xle_firstparty_information_v
279: WHERE legal_entity_id = p_legal_entity_id;
280: EXCEPTION
281: WHEN OTHERS THEN
282: l_comp_cuit := NULL;