DBA Data[Home] [Help]

APPS.OZF_APPROVAL_PVT dependencies on WF_ENGINE

Line 1437: wf_engine.CreateProcess ( ItemType => l_item_type,

1433: ozf_utility_pvt.debug_message('Creating process for itemtype:' || l_item_type || ' itemkey: ' || l_item_key);
1434: END IF;
1435:
1436: -- Create WF process to send notification
1437: wf_engine.CreateProcess ( ItemType => l_item_type,
1438: ItemKey => l_item_key,
1439: process => 'NOOP_PROCESS',
1440: user_key => l_item_key);
1441:

Line 1474: callback => 'wf_engine.cb',

1470: role => l_adhoc_role,
1471: msg_type => l_msg_type,
1472: msg_name => l_msg_name,
1473: due_date => null,
1474: callback => 'wf_engine.cb',
1475: context => l_context,
1476: send_comment => NULL,
1477: priority => NULL );
1478:

Line 1485: wf_engine.StartProcess(itemtype => l_item_type,

1481: ozf_utility_pvt.debug_message('Using message: ' || l_msg_name || '. Notify id: ' || l_group_notify_id );
1482: END IF;
1483:
1484: -- start the notification process to send message
1485: wf_engine.StartProcess(itemtype => l_item_type,
1486: itemkey => l_item_key);
1487: -- no users returned from the search
1488: ELSE
1489: IF G_DEBUG THEN

Line 3183: wf_engine.CreateProcess ( ItemType => l_item_type,

3179: IF G_DEBUG THEN
3180: ozf_utility_pvt.debug_message('Create process for itemtype:' || l_item_type || ' itemkey: ' || l_item_key);
3181: END IF;
3182: -- Create WF process to send notification
3183: wf_engine.CreateProcess ( ItemType => l_item_type,
3184: ItemKey => l_item_key,
3185: process => 'NOOP_PROCESS',
3186: user_key => l_item_key);
3187: IF G_DEBUG THEN

Line 3192: wf_engine.SetItemAttrText(itemtype => l_item_type,

3188: ozf_utility_pvt.debug_message('Set attributes for itemtype:' || l_item_type || ' itemkey: ' || l_item_key);
3189: END IF;
3190:
3191: -- Set WF attributes to send notification
3192: wf_engine.SetItemAttrText(itemtype => l_item_type,
3193: itemkey => l_item_key,
3194: aname => 'REQUEST_NUMBER',
3195: avalue => l_request_number);
3196:

Line 3197: wf_engine.SetItemAttrText(itemtype => l_item_type,

3193: itemkey => l_item_key,
3194: aname => 'REQUEST_NUMBER',
3195: avalue => l_request_number);
3196:
3197: wf_engine.SetItemAttrText(itemtype => l_item_type,
3198: itemkey => l_item_key,
3199: aname => 'REQUEST_TYPE',
3200: avalue => l_request_type_setup_name);
3201:

Line 3202: wf_engine.SetItemAttrText(itemtype => l_item_type,

3198: itemkey => l_item_key,
3199: aname => 'REQUEST_TYPE',
3200: avalue => l_request_type_setup_name);
3201:
3202: wf_engine.SetItemAttrText(itemtype => l_item_type,
3203: itemkey => l_item_key,
3204: aname => 'REQUESTER_NAME',
3205: avalue => l_requester_name);
3206:

Line 3207: wf_engine.SetItemAttrText(itemtype => l_item_type,

3203: itemkey => l_item_key,
3204: aname => 'REQUESTER_NAME',
3205: avalue => l_requester_name);
3206:
3207: wf_engine.SetItemAttrText(itemtype => l_item_type,
3208: itemkey => l_item_key,
3209: aname => 'SUPPLIER_NAME',
3210: avalue => l_supplier_name);
3211:

Line 3212: wf_engine.SetItemAttrText(itemtype => l_item_type,

3208: itemkey => l_item_key,
3209: aname => 'SUPPLIER_NAME',
3210: avalue => l_supplier_name);
3211:
3212: wf_engine.SetItemAttrText(itemtype => l_item_type,
3213: itemkey => l_item_key,
3214: aname => 'ASSIGNEE_NAME',
3215: avalue => l_assignee_name);
3216:

Line 3217: wf_engine.SetItemAttrText(itemtype => l_item_type,

3213: itemkey => l_item_key,
3214: aname => 'ASSIGNEE_NAME',
3215: avalue => l_assignee_name);
3216:
3217: wf_engine.SetItemAttrText(itemtype => l_item_type,
3218: itemkey => l_item_key,
3219: aname => 'OPERATING_UNIT',
3220: avalue => l_operating_unit);
3221:

Line 3222: wf_engine.SetItemAttrText(itemtype => l_item_type,

3218: itemkey => l_item_key,
3219: aname => 'OPERATING_UNIT',
3220: avalue => l_operating_unit);
3221:
3222: wf_engine.SetItemAttrText(itemtype => l_item_type,
3223: itemkey => l_item_key,
3224: aname => 'REQUEST_CREATION_DATE',
3225: avalue => l_creation_date);
3226:

Line 3227: wf_engine.SetItemAttrText(itemtype => l_item_type,

3223: itemkey => l_item_key,
3224: aname => 'REQUEST_CREATION_DATE',
3225: avalue => l_creation_date);
3226:
3227: wf_engine.SetItemAttrText(itemtype => l_item_type,
3228: itemkey => l_item_key,
3229: aname => 'REQUEST_START_DATE',
3230: avalue => l_start_date);
3231:

Line 3232: wf_engine.SetItemAttrText(itemtype => l_item_type,

3228: itemkey => l_item_key,
3229: aname => 'REQUEST_START_DATE',
3230: avalue => l_start_date);
3231:
3232: wf_engine.SetItemAttrText(itemtype => l_item_type,
3233: itemkey => l_item_key,
3234: aname => 'REQUEST_END_DATE',
3235: avalue => l_end_date);
3236:

Line 3237: wf_engine.SetItemAttrText(itemtype => l_item_type,

3233: itemkey => l_item_key,
3234: aname => 'REQUEST_END_DATE',
3235: avalue => l_end_date);
3236:
3237: wf_engine.SetItemAttrText(itemtype => l_item_type,
3238: itemkey => l_item_key,
3239: aname => 'SUPPLIER_RESPONSE_DATE',
3240: avalue => l_supplier_resp_date);
3241:

Line 3243: wf_engine.SetItemAttrText(itemtype => l_item_type,

3239: aname => 'SUPPLIER_RESPONSE_DATE',
3240: avalue => l_supplier_resp_date);
3241:
3242:
3243: wf_engine.SetItemAttrText(itemtype => l_item_type,
3244: itemkey => l_item_key,
3245: aname => 'SUPPLIER_RESPONSE_BY_DATE',
3246: avalue => l_supplier_resp_by_date);
3247:

Line 3248: wf_engine.SetItemAttrText(itemtype => l_item_type,

3244: itemkey => l_item_key,
3245: aname => 'SUPPLIER_RESPONSE_BY_DATE',
3246: avalue => l_supplier_resp_by_date);
3247:
3248: wf_engine.SetItemAttrText(itemtype => l_item_type,
3249: itemkey => l_item_key,
3250: aname => 'ASSIGNEE_RESPONSE_DATE',
3251: avalue => l_assignee_resp_date);
3252:

Line 3253: wf_engine.SetItemAttrText(itemtype => l_item_type,

3249: itemkey => l_item_key,
3250: aname => 'ASSIGNEE_RESPONSE_DATE',
3251: avalue => l_assignee_resp_date);
3252:
3253: wf_engine.SetItemAttrText(itemtype => l_item_type,
3254: itemkey => l_item_key,
3255: aname => 'ASSIGNEE_RESPONSE_BY_DATE',
3256: avalue => l_assignee_resp_by_date);
3257:

Line 3258: wf_engine.SetItemAttrText(itemtype => l_item_type,

3254: itemkey => l_item_key,
3255: aname => 'ASSIGNEE_RESPONSE_BY_DATE',
3256: avalue => l_assignee_resp_by_date);
3257:
3258: wf_engine.SetItemAttrText(itemtype => l_item_type,
3259: itemkey => l_item_key,
3260: aname => 'AUTHORIZATION_NUMBER',
3261: avalue => l_authorization_number);
3262:

Line 3274: wf_engine.SetItemAttrText( itemtype => l_item_type,

3270: -1,
3271: 0,
3272: 'SDRequestHdrId='||p_object_id||'&'||'FromPage=Dtail');
3273:
3274: wf_engine.SetItemAttrText( itemtype => l_item_type,
3275: itemkey => l_item_key,
3276: aname => 'LOGIN_URL',
3277: avalue => l_login_url );
3278: IF G_DEBUG THEN

Line 3298: callback => 'wf_engine.cb',

3294: role => l_adhoc_role,
3295: msg_type => l_item_type,
3296: msg_name => l_item_name,
3297: due_date => null,
3298: callback => 'wf_engine.cb',
3299: context => l_context,
3300: send_comment => NULL,
3301: priority => NULL );
3302: -- start the notification process to send message

Line 3303: wf_engine.StartProcess(itemtype => l_item_type,

3299: context => l_context,
3300: send_comment => NULL,
3301: priority => NULL );
3302: -- start the notification process to send message
3303: wf_engine.StartProcess(itemtype => l_item_type,
3304: itemkey => l_item_key);
3305: IF G_DEBUG THEN
3306: ozf_utility_pvt.debug_message('Sent notification to role: ' || l_adhoc_role);
3307: ozf_utility_pvt.debug_message('Using message: ' || l_item_name || '. Notify id: ' || l_group_notify_id );