DBA Data[Home] [Help]

APPS.FUN_AP_TRANSFER dependencies on XLE_ENTITY_PROFILES

Line 265: select xle.name into l_le_name from xle_entity_profiles xle

261: where hr.organization_id = p_org_id;
262: END IF;
263:
264: IF (p_le_id is not null) THEN
265: select xle.name into l_le_name from xle_entity_profiles xle
266: where xle.legal_entity_id = p_le_id;
267: END IF;
268:
269: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, ' Transfer Intercompany Transactions to Payables Report Date:'||to_char(sysdate,'DD-MON-YYYY HH:MM'));