DBA Data[Home] [Help]

APPS.WIP_COMMON_WF_PKG dependencies on WIP_STD_WF

Line 35: l_buyer := wip_std_wf.GetBuyerLogin(l_po_header_id);

31: BEGIN
32:
33: if (funcmode = 'RUN') then
34:
35: l_buyer := wip_std_wf.GetBuyerLogin(l_po_header_id);
36:
37: if (l_buyer is not null) then
38: wf_engine.SetItemAttrText( itemtype => itemtype,
39: itemkey => itemkey,

Line 86: wip_std_wf.GetSupplierContactLogin(l_po_header_id);

82:
83: if (funcmode = 'RUN') then
84:
85: l_supplier_contact :=
86: wip_std_wf.GetSupplierContactLogin(l_po_header_id);
87:
88: if (l_supplier_contact is not null) then
89: wf_engine.SetItemAttrText( itemtype => itemtype,
90: itemkey => itemkey,

Line 136: wip_std_wf.GetProductionSchedLogin(l_organization_id);

132:
133: if (funcmode = 'RUN') then
134:
135: l_prod_scheduler :=
136: wip_std_wf.GetProductionSchedLogin(l_organization_id);
137:
138: if (l_prod_scheduler is not null) then
139: wf_engine.SetItemAttrText( itemtype => itemtype,
140: itemkey => itemkey,

Line 187: wip_std_wf.GetShipManagerLogin(l_organization_id);

183:
184: if (funcmode = 'RUN') then
185:
186: l_ship_manager :=
187: wip_std_wf.GetShipManagerLogin(l_organization_id);
188:
189: if (l_ship_manager is not null) then
190: wf_engine.SetItemAttrText( itemtype => itemtype,
191: itemkey => itemkey,

Line 243: wip_std_wf.GetDefaultBuyerLogin(p_organization_id => l_organization_id,

239: BEGIN
240: if (funcmode = 'RUN') then
241:
242: l_default_buyer :=
243: wip_std_wf.GetDefaultBuyerLogin(p_organization_id => l_organization_id,
244: p_item_id => l_osp_item_id);
245:
246: if (l_default_buyer is not null) then
247: wf_engine.SetItemAttrText( itemtype => itemtype,