DBA Data[Home] [Help]

APPS.PO_REQAPPROVAL_INIT1 dependencies on PO_CHORD_WF6

Line 1566: PO_CHORD_WF6.Set_Wf_Order_Tol(l_itemtype, l_itemkey , DocumentSubtype);

1562: -- Retrive the tolerances from the new PO tolerances table and
1563: -- set the corresponding workflow attributes if the values in
1564: -- the table are not null.
1565: IF DocumentTypeCode = 'PO' THEN
1566: PO_CHORD_WF6.Set_Wf_Order_Tol(l_itemtype, l_itemkey , DocumentSubtype);
1567: ELSIF DocumentTypeCode = 'PA' THEN
1568: PO_CHORD_WF6.Set_Wf_Agreement_Tol(l_itemtype, l_itemkey , DocumentSubtype);
1569: ELSIF DocumentTypeCode = 'RELEASE' THEN
1570: PO_CHORD_WF6.Set_Wf_Release_Tol(l_itemtype, l_itemkey , DocumentSubtype);

Line 1568: PO_CHORD_WF6.Set_Wf_Agreement_Tol(l_itemtype, l_itemkey , DocumentSubtype);

1564: -- the table are not null.
1565: IF DocumentTypeCode = 'PO' THEN
1566: PO_CHORD_WF6.Set_Wf_Order_Tol(l_itemtype, l_itemkey , DocumentSubtype);
1567: ELSIF DocumentTypeCode = 'PA' THEN
1568: PO_CHORD_WF6.Set_Wf_Agreement_Tol(l_itemtype, l_itemkey , DocumentSubtype);
1569: ELSIF DocumentTypeCode = 'RELEASE' THEN
1570: PO_CHORD_WF6.Set_Wf_Release_Tol(l_itemtype, l_itemkey , DocumentSubtype);
1571: END IF;
1572:

Line 1570: PO_CHORD_WF6.Set_Wf_Release_Tol(l_itemtype, l_itemkey , DocumentSubtype);

1566: PO_CHORD_WF6.Set_Wf_Order_Tol(l_itemtype, l_itemkey , DocumentSubtype);
1567: ELSIF DocumentTypeCode = 'PA' THEN
1568: PO_CHORD_WF6.Set_Wf_Agreement_Tol(l_itemtype, l_itemkey , DocumentSubtype);
1569: ELSIF DocumentTypeCode = 'RELEASE' THEN
1570: PO_CHORD_WF6.Set_Wf_Release_Tol(l_itemtype, l_itemkey , DocumentSubtype);
1571: END IF;
1572:
1573: x_progress := 'PO_REQAPPROVAL_INIT1.Start_WF_Process: Before call to FND_PROFILE';
1574: IF (g_po_wf_debug = 'Y') THEN