DBA Data[Home] [Help]

APPS.EDR_FILES_PUB dependencies on WF_EVENT

Line 519: wf_event.raise2(p_event_name => 'oracle.apps.edr.file.approve',

515: RAISE FND_API.G_EXC_ERROR;
516: END IF;
517:
518: /*
519: wf_event.raise2(p_event_name => 'oracle.apps.edr.file.approve',
520: p_event_key => l_file_id,
521: p_event_data => null,
522: p_parameter_name1 => 'DEFERRED',
523: p_parameter_value1 => 'Y',

Line 588: wf_event.raise2(p_event_name => 'oracle.apps.edr.file.approvalcompletion',

584: security_type = G_SECURITY_OFF,
585: publish_flag = G_PUBLISH_FLAG_Y
586: where document_id = x_document_id;
587: --For the Status 'NO APPROVAL' Raise the Approval completion Event
588: wf_event.raise2(p_event_name => 'oracle.apps.edr.file.approvalcompletion',
589: p_event_key => l_file_id,
590: p_event_data => null,
591: p_parameter_name1 => 'FILE_STATUS',
592: p_parameter_value1 => 'NO APPROVAL'