DBA Data[Home] [Help]

APPS.PO_CHORD_WF6 dependencies on FND_API

Line 1303: WHEN FND_API.g_exc_unexpected_error THEN

1299: '*** FINISH: get_default_tolerance ***');
1300: END IF;
1301:
1302: EXCEPTION
1303: WHEN FND_API.g_exc_unexpected_error THEN
1304: wf_core.context('POAPPRV', 'po_chord_wf6.get_default_tolerance', 'Error in get_tolerances');
1305: RAISE;
1306:
1307: WHEN OTHERS THEN

Line 1506: FND_API.G_TRUE,

1502: itemkey => itemkey,
1503: aname => 'ORG_ID');
1504: -- Retrieve the tolerances
1505: PO_CO_TOLERANCES_GRP.GET_TOLERANCES (1.0,
1506: FND_API.G_TRUE,
1507: x_org_id,
1508: PO_CO_TOLERANCES_GRP.G_CHG_ORDERS,
1509: x_tol_tab,
1510: x_return_status,

Line 1514: IF x_return_status <> FND_API.g_ret_sts_success THEN

1510: x_return_status,
1511: x_msg_count,
1512: x_msg_data);
1513:
1514: IF x_return_status <> FND_API.g_ret_sts_success THEN
1515: RAISE FND_API.g_exc_unexpected_error;
1516: END IF;
1517:
1518: -- loop through all the tolerances retrieved from the table and set

Line 1515: RAISE FND_API.g_exc_unexpected_error;

1511: x_msg_count,
1512: x_msg_data);
1513:
1514: IF x_return_status <> FND_API.g_ret_sts_success THEN
1515: RAISE FND_API.g_exc_unexpected_error;
1516: END IF;
1517:
1518: -- loop through all the tolerances retrieved from the table and set
1519: -- the wf attributes with table values if values are not null

Line 1690: WHEN FND_API.g_exc_unexpected_error THEN

1686: '*** FINISH: get_Default_Order_Tol ***');
1687: END IF;
1688: --
1689: EXCEPTION
1690: WHEN FND_API.g_exc_unexpected_error THEN
1691: wf_core.context('POAPPRV', 'po_chord_wf6.set_wf_Order_Tol', 'Error in set_wf_Order_Tol');
1692: RAISE;
1693:
1694: WHEN OTHERS THEN

Line 1740: FND_API.G_TRUE,

1736: itemkey => itemkey,
1737: aname => 'ORG_ID');
1738: -- Retrieve the tolerances
1739: PO_CO_TOLERANCES_GRP.GET_TOLERANCES (1.0,
1740: FND_API.G_TRUE,
1741: x_org_id,
1742: PO_CO_TOLERANCES_GRP.G_CHG_AGREEMENTS,
1743: x_tol_tab,
1744: x_return_status,

Line 1748: IF x_return_status <> FND_API.g_ret_sts_success THEN

1744: x_return_status,
1745: x_msg_count,
1746: x_msg_data);
1747:
1748: IF x_return_status <> FND_API.g_ret_sts_success THEN
1749: RAISE FND_API.g_exc_unexpected_error;
1750: END IF;
1751:
1752: -- loop through all the tolerances retrieved from the table and

Line 1749: RAISE FND_API.g_exc_unexpected_error;

1745: x_msg_count,
1746: x_msg_data);
1747:
1748: IF x_return_status <> FND_API.g_ret_sts_success THEN
1749: RAISE FND_API.g_exc_unexpected_error;
1750: END IF;
1751:
1752: -- loop through all the tolerances retrieved from the table and
1753: -- set the attributes from the wf with table values if not null

Line 1861: WHEN FND_API.g_exc_unexpected_error THEN

1857: '*** FINISH: get_Default_Agreement_Tol ***');
1858: END IF;
1859: --
1860: EXCEPTION
1861: WHEN FND_API.g_exc_unexpected_error THEN
1862: wf_core.context('POAPPRV', 'po_chord_wf6.get_Default_Agreement_Tol', 'Error in get_Default_Agreement_Tol');
1863: RAISE;
1864:
1865: WHEN OTHERS THEN

Line 1911: FND_API.G_TRUE,

1907: itemkey => itemkey,
1908: aname => 'ORG_ID');
1909: -- Retrieve the tolerances
1910: PO_CO_TOLERANCES_GRP.GET_TOLERANCES (1.0,
1911: FND_API.G_TRUE,
1912: x_org_id,
1913: PO_CO_TOLERANCES_GRP.G_CHG_RELEASES,
1914: x_tol_tab,
1915: x_return_status,

Line 1919: IF x_return_status <> FND_API.g_ret_sts_success THEN

1915: x_return_status,
1916: x_msg_count,
1917: x_msg_data);
1918:
1919: IF x_return_status <> FND_API.g_ret_sts_success THEN
1920: RAISE FND_API.g_exc_unexpected_error;
1921: END IF;
1922:
1923: -- loop through all the tolerances retrieved from the table and

Line 1920: RAISE FND_API.g_exc_unexpected_error;

1916: x_msg_count,
1917: x_msg_data);
1918:
1919: IF x_return_status <> FND_API.g_ret_sts_success THEN
1920: RAISE FND_API.g_exc_unexpected_error;
1921: END IF;
1922:
1923: -- loop through all the tolerances retrieved from the table and
1924: -- set wf attributes with values from the table if not null

Line 2010: WHEN FND_API.g_exc_unexpected_error THEN

2006: '*** FINISH: Set_Wf_Release_Tol ***');
2007: END IF;
2008: --
2009: EXCEPTION
2010: WHEN FND_API.g_exc_unexpected_error THEN
2011: wf_core.context('POAPPRV', 'po_chord_wf6.get_Default_Release_Tol', 'Error in get_Default_Release_Tol');
2012: RAISE;
2013:
2014: WHEN OTHERS THEN