DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_WIZARD_API dependencies on BEN_PLAN_DESIGN_TXNS_API

Line 459: ben_plan_design_txns_api.submit_copy_request

455: END;*/
456:
457: -- call the sublit api
458: -- always pass p_validate = 0 so that we can roll it back here.
459: ben_plan_design_txns_api.submit_copy_request
460: (p_validate => p_validate
461: ,p_copy_entity_txn_id => p_copy_entity_txn_id
462: ,p_request_id => p_request_id
463: );