DBA Data[Home] [Help]

APPS.FUN_AR_BATCH_TRANSFER dependencies on XLE_ENTITY_PROFILES

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

213: where hr.organization_id = p_org_id;
214: END IF;
215:
216: IF (p_le_id is not null) THEN
217: select xle.name into l_le_name from xle_entity_profiles xle
218: where xle.legal_entity_id = p_le_id;
219: END IF;
220:
221: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, ' Transfer Intercompany Transactions to Receivables Report Date: '||to_char(sysdate,'DD-MON-YYYY HH:MM'));