DBA Data[Home] [Help]

APPS.FUN_UPDATE_UPGRADED_TRX_PKG dependencies on FUN_TRX_HEADERS

Line 20: update fun_trx_headers

16: where from_le_id = -1
17: and initiator_id = p_org_id;
18: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Number of Initiator Batches updated: '|| SQL%ROWCOUNT);
19:
20: update fun_trx_headers
21: set to_le_id = p_legal_entity_id
22: where to_le_id = -1
23: and recipient_id = p_org_id;
24: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Number of Recipient Transactions updated: '|| SQL%ROWCOUNT);