DBA Data[Home] [Help]

APPS.CCT_PRODUCTINIT_PUB dependencies on CS_ROUTING_UTL

Line 80: l_prod_id:=CS_ROUTING_UTL.Get_CP_From_RequestNum

76: resultout := wf_engine.eng_completed || ':N';
77: IF (funmode = 'RUN') THEN
78: l_app_object_value := WF_ENGINE.GetItemAttrText(itemtype,itemkey,l_cct_object_type);
79: IF (l_app_object_value IS NOT NULL) THEN
80: l_prod_id:=CS_ROUTING_UTL.Get_CP_From_RequestNum
81: (p_Request_Number =>l_app_object_value) ;
82: IF (l_prod_id IS NOT NULL) THEN
83: resultout := wf_engine.eng_completed || ':Y';
84: WF_ENGINE.SetItemAttrNumber(itemtype,itemkey,l_cct_prod_id_key,l_prod_id );

Line 124: l_prod_id:=CS_ROUTING_UTL.Get_CP_From_SerialNum

120: resultout := wf_engine.eng_completed || ':N';
121: IF (funmode = 'RUN') THEN
122: l_app_object_value := WF_ENGINE.GetItemAttrText(itemtype,itemkey,l_cct_object_type);
123: IF (l_app_object_value IS NOT NULL) THEN
124: l_prod_id:=CS_ROUTING_UTL.Get_CP_From_SerialNum
125: ( p_Serial_Number =>l_app_object_value) ;
126: IF (l_prod_id IS NOT NULL) THEN
127: resultout := wf_engine.eng_completed || ':Y';
128: WF_ENGINE.SetItemAttrNumber(itemtype,itemkey,l_cct_prod_id_key,l_prod_id );

Line 210: l_prod_id:= CS_ROUTING_UTL.Get_Product_From_RequestNum

206: resultout := wf_engine.eng_completed || ':N';
207: IF (funmode = 'RUN') THEN
208: l_app_object_value := WF_ENGINE.GetItemAttrText(itemtype,itemkey,l_cct_object_type);
209: IF (l_app_object_value IS NOT NULL) THEN
210: l_prod_id:= CS_ROUTING_UTL.Get_Product_From_RequestNum
211: (p_Request_Number =>l_app_object_value) ;
212: IF (l_prod_id IS NOT NULL) THEN
213: resultout := wf_engine.eng_completed || ':Y';
214: WF_ENGINE.SetItemAttrNumber(itemtype,itemkey,l_cct_prod_id_key,l_prod_id );

Line 254: l_prod_id:= CS_ROUTING_UTL.Get_Product_From_SerialNum

250: resultout := wf_engine.eng_completed || ':N';
251: IF (funmode = 'RUN') THEN
252: l_app_object_value := WF_ENGINE.GetItemAttrText(itemtype,itemkey,l_cct_object_type);
253: IF (l_app_object_value IS NOT NULL) THEN
254: l_prod_id:= CS_ROUTING_UTL.Get_Product_From_SerialNum
255: (p_Serial_Number =>l_app_object_value) ;
256: IF (l_prod_id IS NOT NULL) THEN
257: resultout := wf_engine.eng_completed || ':Y';
258: WF_ENGINE.SetItemAttrNumber(itemtype,itemkey,l_cct_prod_id_key,l_prod_id );