DBA Data[Home] [Help]

APPS.POS_USER_ADMIN_PKG dependencies on WF_ENGINE

Line 81: wf_engine.CreateProcess(itemtype => l_itemtype,

77: RETURN;
78: END IF;
79:
80: -- Send the email to user about the new password
81: wf_engine.CreateProcess(itemtype => l_itemtype,
82: itemkey => l_itemkey,
83: process => l_process);
84:
85: wf_engine.SetItemAttrText (itemtype => l_itemtype,

Line 85: wf_engine.SetItemAttrText (itemtype => l_itemtype,

81: wf_engine.CreateProcess(itemtype => l_itemtype,
82: itemkey => l_itemkey,
83: process => l_process);
84:
85: wf_engine.SetItemAttrText (itemtype => l_itemtype,
86: itemkey => l_itemkey,
87: aname => 'USERNAME',
88: avalue => l_fnd_user_rec.user_name);
89:

Line 90: wf_engine.SetItemAttrText (itemtype => l_itemtype,

86: itemkey => l_itemkey,
87: aname => 'USERNAME',
88: avalue => l_fnd_user_rec.user_name);
89:
90: wf_engine.SetItemAttrText (itemtype => l_itemtype,
91: itemkey => l_itemkey,
92: aname => 'ENTERPRISE_NAME',
93: avalue => l_enterprise_name);
94:

Line 95: wf_engine.SetItemAttrText (itemtype => l_itemtype,

91: itemkey => l_itemkey,
92: aname => 'ENTERPRISE_NAME',
93: avalue => l_enterprise_name);
94:
95: wf_engine.SetItemAttrText (itemtype => l_itemtype,
96: itemkey => l_itemkey,
97: aname => 'PASSWORD',
98: avalue => l_unencrypted_password);
99:

Line 100: wf_engine.StartProcess(itemtype => l_itemtype,

96: itemkey => l_itemkey,
97: aname => 'PASSWORD',
98: avalue => l_unencrypted_password);
99:
100: wf_engine.StartProcess(itemtype => l_itemtype,
101: itemkey => l_itemkey);
102:
103: x_return_status := fnd_api.g_ret_sts_success;
104:

Line 1002: wf_engine.CreateProcess(itemtype => l_itemtype,

998: l_itemtype := 'POSREGV2';
999: l_itemkey := Substr('POSREGV2_' || x_user_id || '_' || 'cntusr' || '_' ||
1000: fnd_crypto.smallrandomnumber(), 0, 240);
1001:
1002: wf_engine.CreateProcess(itemtype => l_itemtype,
1003: itemkey => l_itemkey,
1004: process => l_process
1005: );
1006:

Line 1007: wf_engine.SetItemAttrText (itemtype => l_itemtype,

1003: itemkey => l_itemkey,
1004: process => l_process
1005: );
1006:
1007: wf_engine.SetItemAttrText (itemtype => l_itemtype,
1008: itemkey => l_itemkey,
1009: aname => 'LOGON_PAGE_URL',
1010: avalue => pos_url_pkg.get_external_login_url
1011: );

Line 1013: wf_engine.SetItemAttrText (itemtype => l_itemtype,

1009: aname => 'LOGON_PAGE_URL',
1010: avalue => pos_url_pkg.get_external_login_url
1011: );
1012:
1013: wf_engine.SetItemAttrText (itemtype => l_itemtype,
1014: itemkey => l_itemkey,
1015: aname => 'ASSIGNED_USER_NAME',
1016: avalue => Upper(p_user_name)
1017: );

Line 1019: wf_engine.SetItemAttrText (itemtype => l_itemtype,

1015: aname => 'ASSIGNED_USER_NAME',
1016: avalue => Upper(p_user_name)
1017: );
1018:
1019: wf_engine.SetItemAttrText (itemtype => l_itemtype,
1020: itemkey => l_itemkey,
1021: aname => 'FIRST_LOGON_KEY',
1022: avalue => x_password
1023: );

Line 1025: wf_engine.SetItemAttrText (itemtype => l_itemtype,

1021: aname => 'FIRST_LOGON_KEY',
1022: avalue => x_password
1023: );
1024:
1025: wf_engine.SetItemAttrText (itemtype => l_itemtype,
1026: itemkey => l_itemkey,
1027: aname => 'CONTACT_EMAIL',
1028: avalue => get_contact_email
1029: );

Line 1034: wf_engine.SetItemAttrText (itemtype => l_itemtype,

1030:
1031: pos_enterprise_util_pkg.get_enterprise_party_name
1032: ( l_enterprise_name, lv_exception_msg, lv_status);
1033:
1034: wf_engine.SetItemAttrText (itemtype => l_itemtype,
1035: itemkey => l_itemkey,
1036: aname => 'ENTERPRISE_NAME',
1037: avalue => l_enterprise_name
1038: );

Line 1042: wf_engine.SetItemAttrText (itemtype => l_itemtype,

1038: );
1039:
1040: -- Bug 8325979 - Following attributes have been replaced with FND Messages
1041:
1042: wf_engine.SetItemAttrText (itemtype => l_itemtype,
1043: itemkey => l_itemkey,
1044: aname => 'POS_APPRV_REG_USER_SUBJECT',
1045: avalue => GET_SUPP_USER_ACCNT_SUBJECT(l_enterprise_name));
1046:

Line 1048: wf_engine.SetItemAttrText (itemtype => l_itemtype, itemkey => l_itemkey,

1044: aname => 'POS_APPRV_REG_USER_SUBJECT',
1045: avalue => GET_SUPP_USER_ACCNT_SUBJECT(l_enterprise_name));
1046:
1047:
1048: wf_engine.SetItemAttrText (itemtype => l_itemtype, itemkey => l_itemkey,
1049: aname => 'POS_APPRV_REG_USER_BODY',
1050: avalue => 'PLSQLCLOB:pos_user_admin_pkg.GENERATE_SUPP_USER_ACCNT_BODY/'||l_itemtype ||':' ||l_itemkey
1051: );
1052:

Line 1054: wf_engine.StartProcess (itemtype => l_itemtype,

1050: avalue => 'PLSQLCLOB:pos_user_admin_pkg.GENERATE_SUPP_USER_ACCNT_BODY/'||l_itemtype ||':' ||l_itemkey
1051: );
1052:
1053:
1054: wf_engine.StartProcess (itemtype => l_itemtype,
1055: itemkey => l_itemkey
1056: );
1057:
1058:

Line 1378: l_enterprisename := wf_engine.GetItemAttrText (itemtype => l_item_type,

1374:
1375: l_item_type := substr(p_document_id, 1, instr(p_document_id, ':') - 1);
1376: l_item_key := substr(p_document_id, instr(p_document_id, ':') + 1, length(p_document_id));
1377:
1378: l_enterprisename := wf_engine.GetItemAttrText (itemtype => l_item_type,
1379: itemkey => l_item_key,
1380: aname => 'ENTERPRISE_NAME');
1381: l_url := wf_engine.GetItemAttrText (itemtype => l_item_type,
1382: itemkey => l_item_key,

Line 1381: l_url := wf_engine.GetItemAttrText (itemtype => l_item_type,

1377:
1378: l_enterprisename := wf_engine.GetItemAttrText (itemtype => l_item_type,
1379: itemkey => l_item_key,
1380: aname => 'ENTERPRISE_NAME');
1381: l_url := wf_engine.GetItemAttrText (itemtype => l_item_type,
1382: itemkey => l_item_key,
1383: aname => 'LOGON_PAGE_URL');
1384: l_username := wf_engine.GetItemAttrText (itemtype => l_item_type,
1385: itemkey => l_item_key,

Line 1384: l_username := wf_engine.GetItemAttrText (itemtype => l_item_type,

1380: aname => 'ENTERPRISE_NAME');
1381: l_url := wf_engine.GetItemAttrText (itemtype => l_item_type,
1382: itemkey => l_item_key,
1383: aname => 'LOGON_PAGE_URL');
1384: l_username := wf_engine.GetItemAttrText (itemtype => l_item_type,
1385: itemkey => l_item_key,
1386: aname => 'ASSIGNED_USER_NAME');
1387: l_password := wf_engine.GetItemAttrText (itemtype => l_item_type,
1388: itemkey => l_item_key,

Line 1387: l_password := wf_engine.GetItemAttrText (itemtype => l_item_type,

1383: aname => 'LOGON_PAGE_URL');
1384: l_username := wf_engine.GetItemAttrText (itemtype => l_item_type,
1385: itemkey => l_item_key,
1386: aname => 'ASSIGNED_USER_NAME');
1387: l_password := wf_engine.GetItemAttrText (itemtype => l_item_type,
1388: itemkey => l_item_key,
1389: aname => 'FIRST_LOGON_KEY');
1390: l_email := wf_engine.GetItemAttrText (itemtype => l_item_type,
1391: itemkey => l_item_key,

Line 1390: l_email := wf_engine.GetItemAttrText (itemtype => l_item_type,

1386: aname => 'ASSIGNED_USER_NAME');
1387: l_password := wf_engine.GetItemAttrText (itemtype => l_item_type,
1388: itemkey => l_item_key,
1389: aname => 'FIRST_LOGON_KEY');
1390: l_email := wf_engine.GetItemAttrText (itemtype => l_item_type,
1391: itemkey => l_item_key,
1392: aname => 'CONTACT_EMAIL');
1393: l_note :='';
1394: