DBA Data[Home] [Help]

APPS.FUN_UPDATE_UPGRADED_TRX_PKG dependencies on FUN_TRX_BATCHES

Line 14: update fun_trx_batches

10: FND_FILE.PUT_LINE(FND_FILE.LOG,'Parameters');
11: FND_FILE.PUT_LINE(FND_FILE.LOG,'----------');
12: FND_FILE.PUT_LINE(FND_FILE.LOG,'Organization Id: ' || p_org_id );
13: FND_FILE.PUT_LINE(FND_FILE.LOG,'Legal Entity Id: ' || p_legal_entity_id);
14: update fun_trx_batches
15: set from_le_id = p_legal_entity_id
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);