DBA Data[Home] [Help]

APPS.CLN_PO_CHANGE_ORDER dependencies on WF_ENGINE

Line 1499: -- l_error_id := TO_NUMBER(wf_engine.GetItemAttrText(itemtype, itemkey, actid, 'PARAMETER6'));

1495: cln_debug_pub.Add('Parameters:', 1);
1496: END IF;
1497:
1498:
1499: -- l_error_id := TO_NUMBER(wf_engine.GetItemAttrText(itemtype, itemkey, actid, 'PARAMETER6'));
1500: l_error_id := wf_engine.GetItemAttrNumber(p_itemtype, p_itemkey, 'PARAMETER6', TRUE);
1501: IF (l_Debug_Level <= 1) THEN
1502: cln_debug_pub.Add('l_error_id:' || l_error_id, 1);
1503: END IF;

Line 1500: l_error_id := wf_engine.GetItemAttrNumber(p_itemtype, p_itemkey, 'PARAMETER6', TRUE);

1496: END IF;
1497:
1498:
1499: -- l_error_id := TO_NUMBER(wf_engine.GetItemAttrText(itemtype, itemkey, actid, 'PARAMETER6'));
1500: l_error_id := wf_engine.GetItemAttrNumber(p_itemtype, p_itemkey, 'PARAMETER6', TRUE);
1501: IF (l_Debug_Level <= 1) THEN
1502: cln_debug_pub.Add('l_error_id:' || l_error_id, 1);
1503: END IF;
1504:

Line 1511: wf_engine.SetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER5', l_doc_status);

1507: l_doc_status := 'SUCCESS';
1508: -- Successfully processed change sales order
1509: FND_MESSAGE.SET_NAME('CLN','CLN_PO_CHANGE_SUCCESS');
1510: l_description := FND_MESSAGE.GET;
1511: wf_engine.SetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER5', l_doc_status);
1512: wf_engine.SetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER3', l_description);
1513: wf_engine.SetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER2', '00');
1514: ELSE
1515: l_doc_status := 'ERROR';

Line 1512: wf_engine.SetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER3', l_description);

1508: -- Successfully processed change sales order
1509: FND_MESSAGE.SET_NAME('CLN','CLN_PO_CHANGE_SUCCESS');
1510: l_description := FND_MESSAGE.GET;
1511: wf_engine.SetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER5', l_doc_status);
1512: wf_engine.SetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER3', l_description);
1513: wf_engine.SetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER2', '00');
1514: ELSE
1515: l_doc_status := 'ERROR';
1516: l_msg_data := wf_engine.GetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER7', TRUE);

Line 1513: wf_engine.SetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER2', '00');

1509: FND_MESSAGE.SET_NAME('CLN','CLN_PO_CHANGE_SUCCESS');
1510: l_description := FND_MESSAGE.GET;
1511: wf_engine.SetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER5', l_doc_status);
1512: wf_engine.SetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER3', l_description);
1513: wf_engine.SetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER2', '00');
1514: ELSE
1515: l_doc_status := 'ERROR';
1516: l_msg_data := wf_engine.GetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER7', TRUE);
1517: IF (l_Debug_Level <= 1) THEN

Line 1516: l_msg_data := wf_engine.GetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER7', TRUE);

1512: wf_engine.SetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER3', l_description);
1513: wf_engine.SetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER2', '00');
1514: ELSE
1515: l_doc_status := 'ERROR';
1516: l_msg_data := wf_engine.GetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER7', TRUE);
1517: IF (l_Debug_Level <= 1) THEN
1518: cln_debug_pub.Add('l_msg_data:' || l_msg_data, 1);
1519: END IF;
1520:

Line 1525: wf_engine.SetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER5', l_doc_status);

1521: -- Error while processing change sales order
1522: FND_MESSAGE.SET_NAME('CLN','CLN_PO_CHANGE_ERROR');
1523: FND_MESSAGE.SET_TOKEN('ERROR', l_msg_data);
1524: l_description := FND_MESSAGE.GET;
1525: wf_engine.SetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER5', l_doc_status);
1526: wf_engine.SetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER3', l_description);
1527: wf_engine.SetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER2', '99');
1528: END IF;
1529:

Line 1526: wf_engine.SetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER3', l_description);

1522: FND_MESSAGE.SET_NAME('CLN','CLN_PO_CHANGE_ERROR');
1523: FND_MESSAGE.SET_TOKEN('ERROR', l_msg_data);
1524: l_description := FND_MESSAGE.GET;
1525: wf_engine.SetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER5', l_doc_status);
1526: wf_engine.SetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER3', l_description);
1527: wf_engine.SetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER2', '99');
1528: END IF;
1529:
1530: l_trp_id := wf_engine.GetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER10', TRUE);

Line 1527: wf_engine.SetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER2', '99');

1523: FND_MESSAGE.SET_TOKEN('ERROR', l_msg_data);
1524: l_description := FND_MESSAGE.GET;
1525: wf_engine.SetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER5', l_doc_status);
1526: wf_engine.SetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER3', l_description);
1527: wf_engine.SetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER2', '99');
1528: END IF;
1529:
1530: l_trp_id := wf_engine.GetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER10', TRUE);
1531: IF (l_Debug_Level <= 1) THEN

Line 1530: l_trp_id := wf_engine.GetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER10', TRUE);

1526: wf_engine.SetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER3', l_description);
1527: wf_engine.SetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER2', '99');
1528: END IF;
1529:
1530: l_trp_id := wf_engine.GetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER10', TRUE);
1531: IF (l_Debug_Level <= 1) THEN
1532: cln_debug_pub.Add('l_tp_id:' || l_trp_id, 1);
1533: END IF;
1534:

Line 1535: l_app_ref_id := wf_engine.GetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER4', TRUE);

1531: IF (l_Debug_Level <= 1) THEN
1532: cln_debug_pub.Add('l_tp_id:' || l_trp_id, 1);
1533: END IF;
1534:
1535: l_app_ref_id := wf_engine.GetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER4', TRUE);
1536: IF (l_Debug_Level <= 1) THEN
1537: cln_debug_pub.Add('l_app_ref_id:' || l_app_ref_id, 1);
1538: END IF;
1539: