DBA Data[Home] [Help]

APPS.PER_SP_STAGE dependencies on FND_MSG_PUB

Line 299: FND_MSG_PUB.INITIALIZE;

295: -- Issue a savepoint
296: --
297: savepoint stage_to_sp;
298:
299: FND_MSG_PUB.INITIALIZE;
300:
301: FOR i IN csr_spp_stage(p_copy_entity_txn_id)
302: LOOP
303: IF i.dml_operation = 'CREATE' THEN