DBA Data[Home] [Help]

APPS.FUN_AR_BATCH_TRANSFER dependencies on XLE_ENTITY_PROFILES

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

199: where hr.organization_id = p_org_id;
200: END IF;
201:
202: IF (p_le_id is not null) THEN
203: select xle.name into l_le_name from xle_entity_profiles xle
204: where xle.legal_entity_id = p_le_id;
205: END IF;
206:
207: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, ' Transfer Intercompany Transactions to Receivables Report Date: '||to_char(sysdate,'DD-MON-YYYY HH:MM'));