DBA Data[Home] [Help]

APPS.EDR_PSIG_RULE dependencies on WF_RULE

Line 418: l_return_status:=WF_RULE.DEFAULT_RULE(p_subscription_guid=>p_subscription_guid,p_event=>p_eventP);

414:
415: wf_log_pkg.string(3, 'EDR_PSIG_RULE.create_pageflow','AME Approver list inserted into temp table');
416: /*call Workflow dEfault Rule funciton */
417:
418: l_return_status:=WF_RULE.DEFAULT_RULE(p_subscription_guid=>p_subscription_guid,p_event=>p_eventP);
419:
420:
421: if l_return_status = EDR_CONSTANTS_GRP.g_error_status THEN
422: ROLLBACK;

Line 1707: l_return_status := wf_rule.setParametersIntoParameterList(p_subscription_guid,p_event);

1703: -- variables. 1. EDR_AME_TRANSACTION_TYPE 2. EDR_XML_MAP_CODE 3. FORCE_ERECORD
1704: -- All others either are custom variables or interevent speficand those are
1705: -- not required to load at this point.
1706: -- srpuri: We still need to copy parameters whatever workflow can copy.
1707: l_return_status := wf_rule.setParametersIntoParameterList(p_subscription_guid,p_event);
1708: l_temp_value := EDR_INDEXED_XML_UTIL.GET_WF_PARAMS('EDR_AME_TRANSACTION_TYPE',p_subscription_guid);
1709: if(l_temp_value is not null) then
1710: wf_event.AddParameterToList('EDR_AME_TRANSACTION_TYPE',
1711: l_temp_value,

Line 2849: /* Set this value to correlation_id to be used by WF_RULE.DEFAULT_RULE funciton */

2845: in the local variable and added a line to delete the erecord id from temp
2846: table */
2847: /* SELECT EDR_ERECORDS_S.NEXTVAL into l_edr_Event_id from DUAL; */
2848: /* 24-FEB-2003: CJ : end */
2849: /* Set this value to correlation_id to be used by WF_RULE.DEFAULT_RULE funciton */
2850: P_EVENT.SETCORRELATIONID(l_edr_event_id);
2851: /* Select the workflow process for the subscription */
2852: select wf_process_type,wf_process_name
2853: into l_wftype, l_wfprocess