DBA Data[Home] [Help]

APPS.MRP_EXP_WF dependencies on WF_DIRECTORY

Line 750: wf_directory.GetRoleName('PER', to_char(l_person_id),

746: EXIT WHEN PLANNER_C%NOTFOUND OR PLANNER_C%NOTFOUND IS NULL;
747: END LOOP;
748: CLOSE PLANNER_C;
749:
750: wf_directory.GetRoleName('PER', to_char(l_person_id),
751: l_forward_to_username, l_display_username);
752:
753: wf_engine.SetItemAttrText( itemtype => itemtype,
754: itemkey => itemkey,

Line 858: wf_directory.GetRoleName('PER', to_char(l_person_id),

854: EXIT WHEN BUYER_C%NOTFOUND OR BUYER_C%NOTFOUND IS NULL;
855: END LOOP;
856: CLOSE BUYER_C;
857:
858: wf_directory.GetRoleName('PER', to_char(l_person_id),
859: l_forward_to_username, l_display_username);
860:
861: wf_engine.SetItemAttrText( itemtype => itemtype,
862: itemkey => itemkey,

Line 960: wf_directory.GetRoleName(l_orig_system, to_char(l_person_id),

956: EXIT WHEN SUPPLIER_CONTACT_C%NOTFOUND OR SUPPLIER_CONTACT_C%NOTFOUND IS NULL;
957: END LOOP;
958: CLOSE SUPPLIER_CONTACT_C;
959:
960: wf_directory.GetRoleName(l_orig_system, to_char(l_person_id),
961: l_forward_to_username, l_display_username);
962:
963: wf_engine.SetItemAttrText( itemtype => itemtype,
964: itemkey => itemkey,

Line 1067: wf_directory.GetRoleName('PER', to_char(l_person_id),

1063: EXIT WHEN SALESREP_C%NOTFOUND OR SALESREP_C%NOTFOUND IS NULL;
1064: END LOOP;
1065: CLOSE SALESREP_C;
1066:
1067: wf_directory.GetRoleName('PER', to_char(l_person_id),
1068: l_forward_to_username, l_display_username);
1069:
1070: wf_engine.SetItemAttrText( itemtype => itemtype,
1071: itemkey => itemkey,

Line 1160: wf_directory.GetRoleName(l_orig_system, to_char(l_person_id),

1156: EXIT WHEN CUSTOMER_CONTACT_C1%NOTFOUND OR CUSTOMER_CONTACT_C1%NOTFOUND IS NULL;
1157: END LOOP;
1158: CLOSE CUSTOMER_CONTACT_C1;
1159:
1160: wf_directory.GetRoleName(l_orig_system, to_char(l_person_id),
1161: l_forward_to_username, l_display_username);
1162:
1163: if (l_forward_to_username is null) then
1164:

Line 1172: wf_directory.GetRoleName('CUST_CONT', to_char(l_person_id),

1168: EXIT WHEN CUSTOMER_CONTACT_C2%NOTFOUND OR CUSTOMER_CONTACT_C2%NOTFOUND IS NULL;
1169: END LOOP;
1170: CLOSE CUSTOMER_CONTACT_C2;
1171:
1172: wf_directory.GetRoleName('CUST_CONT', to_char(l_person_id),
1173: l_forward_to_username, l_display_username);
1174:
1175: end if;
1176:

Line 1292: wf_directory.GetRoleName('PER', to_char(l_person_id),

1288: EXIT WHEN TASK_MANAGER_C%NOTFOUND OR TASK_MANAGER_C%NOTFOUND IS NULL;
1289: END LOOP;
1290: CLOSE TASK_MANAGER_C;
1291:
1292: wf_directory.GetRoleName('PER', to_char(l_person_id),
1293: l_forward_to_username, l_display_username);
1294:
1295: if (l_forward_to_username is null) then
1296:

Line 1304: wf_directory.GetRoleName('PER', to_char(l_person_id),

1300: EXIT WHEN PROJECT_MANAGER_C%NOTFOUND OR PROJECT_MANAGER_C%NOTFOUND IS NULL;
1301: END LOOP;
1302: CLOSE PROJECT_MANAGER_C;
1303:
1304: wf_directory.GetRoleName('PER', to_char(l_person_id),
1305: l_forward_to_username, l_display_username);
1306:
1307: end if;
1308: