DBA Data[Home] [Help]

APPS.AMS_REFRESHMETRIC_PVT dependencies on STANDARD

Line 1006: item_id => 0 , -- As This is Standard Conversion

1002: l_to_quantity NUMBER ;
1003: BEGIN
1004: -- Call UOM Conversion API. Pass Item ID as 0 as the UOM is not attached to Item
1005: l_to_quantity := Inv_Convert.Inv_Um_Convert (
1006: item_id => 0 , -- As This is Standard Conversion
1007: PRECISION => p_precision,
1008: from_quantity=> p_from_quantity,
1009: from_unit => p_from_uom_code,
1010: to_unit => p_to_uom_code,

Line 1363: -- Standard check for API version compatibility.

1359: --
1360: IF Fnd_Api.To_Boolean (p_init_msg_list) THEN
1361: Fnd_Msg_Pub.Initialize;
1362: END IF;
1363: -- Standard check for API version compatibility.
1364: --
1365: IF NOT Fnd_Api.Compatible_API_Call (L_API_VERSION,
1366: p_api_version,
1367: L_API_NAME,

Line 1441: -- Standard check for commit request.

1437: --
1438: -- End API Body.
1439: --
1440: --
1441: -- Standard check for commit request.
1442: --
1443: IF Fnd_Api.To_Boolean(p_commit) THEN
1444: COMMIT WORK;
1445: END IF;

Line 1447: -- Standard API to get message count, and if 1,

1443: IF Fnd_Api.To_Boolean(p_commit) THEN
1444: COMMIT WORK;
1445: END IF;
1446: --
1447: -- Standard API to get message count, and if 1,
1448: -- set the message data OUT variable.
1449: --
1450: Fnd_Msg_Pub.Count_And_Get (
1451: p_count => x_msg_count,

Line 1560: -- Standard check for API version compatibility.

1556: --
1557: IF Fnd_Api.To_Boolean (p_init_msg_list) THEN
1558: Fnd_Msg_Pub.Initialize;
1559: END IF;
1560: -- Standard check for API version compatibility.
1561: --
1562: IF NOT Fnd_Api.Compatible_API_Call (L_API_VERSION,
1563: p_api_version,
1564: L_API_NAME,

Line 1626: -- Standard check for commit request.

1622: --
1623: -- End API Body.
1624: --
1625: --
1626: -- Standard check for commit request.
1627: --
1628: IF Fnd_Api.To_Boolean(p_commit) THEN
1629: COMMIT WORK;
1630: END IF;

Line 1632: -- Standard API to get message count, and if 1,

1628: IF Fnd_Api.To_Boolean(p_commit) THEN
1629: COMMIT WORK;
1630: END IF;
1631: --
1632: -- Standard API to get message count, and if 1,
1633: -- set the message data OUT variable.
1634: --
1635: Fnd_Msg_Pub.Count_And_Get (
1636: p_count => x_msg_count,

Line 1836: -- Standard check for API version compatibility.

1832: IF Fnd_Api.To_Boolean (p_init_msg_list) THEN
1833: Fnd_Msg_Pub.Initialize;
1834: END IF;
1835: --
1836: -- Standard check for API version compatibility.
1837: --
1838: IF NOT Fnd_Api.Compatible_API_Call (L_API_VERSION,
1839: p_api_version,
1840: L_API_NAME,

Line 2313: -- Standard check for commit request.

2309: --
2310: -- End API Body.
2311: --
2312: --
2313: -- Standard check for commit request.
2314: --
2315: IF Fnd_Api.To_Boolean (p_commit) THEN
2316: COMMIT WORK;
2317: END IF;

Line 2319: -- Standard API to get message count, and if 1,

2315: IF Fnd_Api.To_Boolean (p_commit) THEN
2316: COMMIT WORK;
2317: END IF;
2318: --
2319: -- Standard API to get message count, and if 1,
2320: -- set the message data OUT variable.
2321: --
2322: Fnd_Msg_Pub.Count_And_Get (
2323: p_count => x_msg_count,

Line 2561: -- Standard check for API version compatibility.

2557: IF Fnd_Api.To_Boolean (p_init_msg_list) THEN
2558: Fnd_Msg_Pub.Initialize;
2559: END IF;
2560: --
2561: -- Standard check for API version compatibility.
2562: --
2563: IF NOT Fnd_Api.Compatible_API_Call (L_API_VERSION,
2564: p_api_version,
2565: L_API_NAME,

Line 2669: -- Standard API to get message count, and if 1,

2665: ***/
2666: -- End API Body
2667: --
2668: --
2669: -- Standard API to get message count, and if 1,
2670: -- set the message data OUT variable.
2671: --
2672: Fnd_Msg_Pub.Count_And_Get (
2673: p_count => x_msg_count,

Line 2794: -- Standard check for API version compatibility.

2790: IF Fnd_Api.To_Boolean (p_init_msg_list) THEN
2791: Fnd_Msg_Pub.Initialize;
2792: END IF;
2793: --
2794: -- Standard check for API version compatibility.
2795: --
2796: IF NOT Fnd_Api.Compatible_API_Call (L_API_VERSION,
2797: p_api_version,
2798: L_API_NAME,

Line 2878: -- Standard API to get message count, and if 1,

2874: ELSIF l_return_status = Fnd_Api.G_RET_STS_UNEXP_ERROR THEN
2875: RAISE Fnd_Api.G_EXC_UNEXPECTED_ERROR;
2876: END IF;
2877: --
2878: -- Standard API to get message count, and if 1,
2879: -- set the message data OUT variable.
2880: --
2881: Fnd_Msg_Pub.Count_And_Get (
2882: p_count => x_msg_count,

Line 3034: -- Standard check for API version compatibility.

3030: IF Fnd_Api.To_Boolean (p_init_msg_list) THEN
3031: Fnd_Msg_Pub.Initialize;
3032: END IF;
3033: --
3034: -- Standard check for API version compatibility.
3035: --
3036: IF NOT Fnd_Api.Compatible_API_Call (L_API_VERSION,
3037: p_api_version,
3038: L_API_NAME,

Line 3144: -- Standard check for commit request.

3140: --
3141: -- End API Body.
3142: --
3143: --
3144: -- Standard check for commit request.
3145: --
3146: IF Fnd_Api.To_Boolean (p_commit) THEN
3147: COMMIT WORK;
3148: END IF;

Line 3150: -- Standard API to get message count, and if 1,

3146: IF Fnd_Api.To_Boolean (p_commit) THEN
3147: COMMIT WORK;
3148: END IF;
3149: --
3150: -- Standard API to get message count, and if 1,
3151: -- set the message data OUT variable.
3152: --
3153: Fnd_Msg_Pub.Count_And_Get (
3154: p_count => x_msg_count,

Line 3275: -- Standard check for API version compatibility.

3271: IF Fnd_Api.To_Boolean (p_init_msg_list) THEN
3272: Fnd_Msg_Pub.Initialize;
3273: END IF;
3274: --
3275: -- Standard check for API version compatibility.
3276: --
3277: IF NOT Fnd_Api.Compatible_API_Call (L_API_VERSION,
3278: p_api_version,
3279: L_API_NAME,

Line 3384: -- Standard check for commit request.

3380: --
3381: -- End API Body.
3382: --
3383: --
3384: -- Standard check for commit request.
3385: --
3386: IF Fnd_Api.To_Boolean (p_commit) THEN
3387: COMMIT WORK;
3388: END IF;

Line 3390: -- Standard API to get message count, and if 1,

3386: IF Fnd_Api.To_Boolean (p_commit) THEN
3387: COMMIT WORK;
3388: END IF;
3389: --
3390: -- Standard API to get message count, and if 1,
3391: -- set the message data OUT variable.
3392: --
3393: Fnd_Msg_Pub.Count_And_Get (
3394: p_count => x_msg_count,

Line 3594: -- Standard check for API version compatibility.

3590: IF Fnd_Api.To_Boolean (p_init_msg_list) THEN
3591: Fnd_Msg_Pub.Initialize;
3592: END IF;
3593: --
3594: -- Standard check for API version compatibility.
3595: --
3596: -- IF NOT Fnd_Api.Compatible_API_Call (L_API_VERSION,
3597: -- p_api_version,
3598: -- L_API_NAME,

Line 3636: -- Standard check for commit request.

3632: END LOOP;
3633: CLOSE c_get_components;
3634:
3635: --
3636: -- Standard check for commit request.
3637: --
3638: IF Fnd_Api.To_Boolean (p_commit) THEN
3639: COMMIT WORK;
3640: END IF;

Line 3642: -- Standard API to get message count, and if 1,

3638: IF Fnd_Api.To_Boolean (p_commit) THEN
3639: COMMIT WORK;
3640: END IF;
3641: --
3642: -- Standard API to get message count, and if 1,
3643: -- set the message data OUT variable.
3644: --
3645: Fnd_Msg_Pub.Count_And_Get (
3646: p_count => x_msg_count,