DBA Data[Home] [Help]

APPS.JL_AR_DOC_NUMBERING_PKG dependencies on XLE_FIRSTPARTY_INFORMATION_V

Line 271: FROM xle_firstparty_information_v

267: -- Fetching the company Cuit from hr locations
268: BEGIN
269: SELECT registration_number
270: INTO l_comp_cuit
271: FROM xle_firstparty_information_v
272: WHERE legal_entity_id = p_legal_entity_id;
273: EXCEPTION
274: WHEN OTHERS THEN
275: l_comp_cuit := NULL;