DBA Data[Home] [Help]

APPS.PO_REQAPPROVAL_INIT1 dependencies on PO_COMMUNICATION_PVT

Line 1466: IF PO_COMMUNICATION_PVT.PO_COMMUNICATION_PROFILE = 'T' THEN

1462: --
1463: --Bug#3528330 used the procedure po_communication_profile() to check for the
1464: --PO output format option instead of checking for the installation of
1465: --XDO product
1466: IF PO_COMMUNICATION_PVT.PO_COMMUNICATION_PROFILE = 'T' THEN
1467:
1468: PO_WF_UTIL_PKG.SetItemAttrText (itemtype => l_itemtype,
1469: itemkey => l_itemkey,
1470: aname => 'WITH_TERMS',

Line 1491: avalue => 'PLSQLBLOB:PO_COMMUNICATION_PVT.PDF_ATTACH_APP/'|| l_itemtype||':'||l_itemkey);

1487:
1488: PO_WF_UTIL_PKG.SetItemAttrText (itemtype => l_itemtype,
1489: itemkey => l_itemkey,
1490: aname => 'PDF_ATTACHMENT_BUYER',
1491: avalue => 'PLSQLBLOB:PO_COMMUNICATION_PVT.PDF_ATTACH_APP/'|| l_itemtype||':'||l_itemkey);
1492:
1493: -- Bug 3851357. Replaced PDF_ATTACH_SUPP with PDF_ATTACH so that the procedure
1494: -- PO_COMMUNICATION_PKG.PDF_ATTACH is consistently called for all Approval PDF
1495: -- supplier notifications

Line 1499: avalue => 'PLSQLBLOB:PO_COMMUNICATION_PVT.PDF_ATTACH/'|| l_itemtype||':'||l_itemkey);

1495: -- supplier notifications
1496: PO_WF_UTIL_PKG.SetItemAttrText (itemtype => l_itemtype,
1497: itemkey => l_itemkey,
1498: aname => 'PDF_ATTACHMENT_SUPP',
1499: avalue => 'PLSQLBLOB:PO_COMMUNICATION_PVT.PDF_ATTACH/'|| l_itemtype||':'||l_itemkey);
1500:
1501: PO_WF_UTIL_PKG.SetItemAttrText (itemtype => l_itemtype,
1502: itemkey => l_itemkey,
1503: aname => 'PDF_ATTACHMENT',

Line 1504: avalue => 'PLSQLBLOB:PO_COMMUNICATION_PVT.PDF_ATTACH/'||l_itemtype||':'||l_itemkey);

1500:
1501: PO_WF_UTIL_PKG.SetItemAttrText (itemtype => l_itemtype,
1502: itemkey => l_itemkey,
1503: aname => 'PDF_ATTACHMENT',
1504: avalue => 'PLSQLBLOB:PO_COMMUNICATION_PVT.PDF_ATTACH/'||l_itemtype||':'||l_itemkey);
1505:
1506:
1507: --
1508: --

Line 1526: 'PLSQLBLOB:PO_COMMUNICATION_PVT.OKC_DOC_ATTACH/'||

1522: PO_WF_UTIL_PKG.SetItemAttrText (itemtype => l_itemtype,
1523: itemkey => l_itemkey,
1524: aname => 'OKC_DOC_ATTACHMENT',
1525: avalue =>
1526: 'PLSQLBLOB:PO_COMMUNICATION_PVT.OKC_DOC_ATTACH/'||
1527: l_itemtype||':'||l_itemkey);
1528:
1529: END IF; -- not structured and not mergeable
1530:

Line 7025: IF (PO_COMMUNICATION_PVT.PO_COMMUNICATION_PROFILE = 'T' and

7021: --Bug#3528330 used the procedure po_communication_profile() to check for the
7022: --PO output format option instead of checking for the installation of
7023: --XDO product
7024: --Bug5080617 Pass the parameters P_PO_TEMPLATE_CODE and P_CONTRACT_TEMPLATE_CODE as null
7025: IF (PO_COMMUNICATION_PVT.PO_COMMUNICATION_PROFILE = 'T' and
7026: g_document_subtype <>'PLANNED') THEN
7027: --Launching the Dispatch Purchase Order Concurrent Program
7028: --
7029: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);

Line 7140: IF (PO_COMMUNICATION_PVT.PO_COMMUNICATION_PROFILE = 'T' and

7136: --
7137: --Bug#3528330 used the procedure po_communication_profile() to check for the
7138: --PO output format option instead of checking for the installation of
7139: --XDO product
7140: IF (PO_COMMUNICATION_PVT.PO_COMMUNICATION_PROFILE = 'T' and
7141: g_document_subtype <>'PLANNED') THEN
7142:
7143: --Launching the Dispatch Purchase Order Concurrent Program
7144: --

Line 7256: IF (PO_COMMUNICATION_PVT.PO_COMMUNICATION_PROFILE = 'T' and

7252: --
7253: --Bug#3528330 used the procedure po_communication_profile() to check for the
7254: --PO output format option instead of checking for the installation of
7255: --XDO product
7256: IF (PO_COMMUNICATION_PVT.PO_COMMUNICATION_PROFILE = 'T' and
7257: g_document_subtype = 'BLANKET') THEN
7258: --Launching the Dispatch Purchase Order Concurrent Program
7259: --
7260: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);

Line 7374: IF (PO_COMMUNICATION_PVT.PO_COMMUNICATION_PROFILE = 'T' and

7370: --
7371: --Bug#3528330 used the procedure po_communication_profile() to check for the
7372: --PO output format option instead of checking for the installation of
7373: --XDO product
7374: IF (PO_COMMUNICATION_PVT.PO_COMMUNICATION_PROFILE = 'T' and
7375: g_document_subtype = 'BLANKET') THEN
7376: --Launching the Dispatch Purchase Order Concurrent Program
7377: --
7378: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);