DBA Data[Home] [Help]

APPS.FUN_AP_TRANSFER dependencies on XLE_ENTITY_PROFILES

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

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