DBA Data[Home] [Help]

APPS.CST_PERITEMCOSTCHANGERPT_PVT dependencies on XLE_ENTITY_PROFILES

Line 342: FROM xle_entity_profiles

338: /* Get Legal Entity Name */
339: l_stmt_num := 10;
340: SELECT name
341: INTO l_legal_entity
342: FROM xle_entity_profiles
343: WHERE legal_entity_id = i_legal_entity_id;
344:
345: /* Get Cost Type Name */
346: l_stmt_num := 20;