DBA Data[Home] [Help]

APPS.AS_OPP_LINE_PVT dependencies on STANDARD

Line 799: -- Standard Start of API savepoint

795: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
796:
797: l_module CONSTANT VARCHAR2(255) := 'as.plsql.ldlpv.Create_opp_lines';
798: BEGIN
799: -- Standard Start of API savepoint
800: SAVEPOINT CREATE_OPP_LINES_PVT;
801:
802: -- Standard call to check for call compatibility.
803: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

Line 802: -- Standard call to check for call compatibility.

798: BEGIN
799: -- Standard Start of API savepoint
800: SAVEPOINT CREATE_OPP_LINES_PVT;
801:
802: -- Standard call to check for call compatibility.
803: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
804: p_api_version_number,
805: l_api_name,
806: G_PKG_NAME)

Line 1376: -- Standard check for p_commit

1372: --
1373: -- End of API body
1374: --
1375:
1376: -- Standard check for p_commit
1377: IF FND_API.to_Boolean( p_commit )
1378: THEN
1379: COMMIT WORK;
1380: END IF;

Line 1390: -- Standard call to get message count and if count is 1, get message info.

1386: 'Private API: ' || l_api_name || ' end');
1387: END IF;
1388:
1389:
1390: -- Standard call to get message count and if count is 1, get message info.
1391: FND_MSG_PUB.Count_And_Get
1392: ( p_count => x_msg_count,
1393: p_data => x_msg_data
1394: );

Line 1512: -- Standard Start of API savepoint

1508: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
1509:
1510: l_module CONSTANT VARCHAR2(255) := 'as.plsql.ldlpv.Update_opp_lines';
1511: BEGIN
1512: -- Standard Start of API savepoint
1513: SAVEPOINT UPDATE_OPP_LINES_PVT;
1514:
1515: -- Standard call to check for call compatibility.
1516: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

Line 1515: -- Standard call to check for call compatibility.

1511: BEGIN
1512: -- Standard Start of API savepoint
1513: SAVEPOINT UPDATE_OPP_LINES_PVT;
1514:
1515: -- Standard call to check for call compatibility.
1516: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1517: p_api_version_number,
1518: l_api_name,
1519: G_PKG_NAME)

Line 1894: -- Standard check for p_commit

1890: --
1891: -- End of API body.
1892: --
1893:
1894: -- Standard check for p_commit
1895: IF FND_API.to_Boolean( p_commit )
1896: THEN
1897: COMMIT WORK;
1898: END IF;

Line 1908: -- Standard call to get message count and if count is 1, get message info.

1904: 'Private API: ' || l_api_name || ' end');
1905: END IF;
1906:
1907:
1908: -- Standard call to get message count and if count is 1, get message info.
1909: FND_MSG_PUB.Count_And_Get
1910: ( p_count => x_msg_count,
1911: p_data => x_msg_data
1912: );

Line 2034: -- Standard Start of API savepoint

2030: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
2031:
2032: l_module CONSTANT VARCHAR2(255) := 'as.plsql.ldlpv.Delete_opp_lines';
2033: BEGIN
2034: -- Standard Start of API savepoint
2035: SAVEPOINT DELETE_OPP_LINES_PVT;
2036:
2037: -- Standard call to check for call compatibility.
2038: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

Line 2037: -- Standard call to check for call compatibility.

2033: BEGIN
2034: -- Standard Start of API savepoint
2035: SAVEPOINT DELETE_OPP_LINES_PVT;
2036:
2037: -- Standard call to check for call compatibility.
2038: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2039: p_api_version_number,
2040: l_api_name,
2041: G_PKG_NAME)

Line 2259: -- Standard check for p_commit

2255: --
2256: -- End of API body
2257: --
2258:
2259: -- Standard check for p_commit
2260: IF FND_API.to_Boolean( p_commit )
2261: THEN
2262: COMMIT WORK;
2263: END IF;

Line 2273: -- Standard call to get message count and if count is 1, get message info.

2269: 'Private API: ' || l_api_name || ' end');
2270: END IF;
2271:
2272:
2273: -- Standard call to get message count and if count is 1, get message info.
2274: FND_MSG_PUB.Count_And_Get
2275: ( p_count => x_msg_count,
2276: p_data => x_msg_data
2277: );

Line 2412: -- Standard call to get message count and if count is 1, get message info.

2408: END IF;
2409:
2410: END IF;
2411:
2412: -- Standard call to get message count and if count is 1, get message info.
2413: FND_MSG_PUB.Count_And_Get
2414: ( p_count => x_msg_count,
2415: p_data => x_msg_data
2416: );

Line 2459: -- Standard call to get message count and if count is 1, get message info.

2455: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
2456: NULL;
2457: END IF;
2458:
2459: -- Standard call to get message count and if count is 1, get message info.
2460: FND_MSG_PUB.Count_And_Get
2461: ( p_count => x_msg_count,
2462: p_data => x_msg_data
2463: );

Line 2522: -- Standard call to get message count and if count is 1, get message info.

2518: END IF;
2519: CLOSE C_Lead_Id_Exists;
2520: END IF;
2521:
2522: -- Standard call to get message count and if count is 1, get message info.
2523: FND_MSG_PUB.Count_And_Get
2524: ( p_count => x_msg_count,
2525: p_data => x_msg_data
2526: );

Line 2577: -- Standard call to get message count and if count is 1, get message info.

2573: END IF;
2574: CLOSE C_INTEREST_TYPE_ID_Exists;
2575: END IF;
2576:
2577: -- Standard call to get message count and if count is 1, get message info.
2578: FND_MSG_PUB.Count_And_Get
2579: ( p_count => x_msg_count,
2580: p_data => x_msg_data
2581: );

Line 2632: -- Standard call to get message count and if count is 1, get message info.

2628: END IF;
2629: CLOSE C_P_INTEREST_CODE_ID_Exists;
2630: END IF;
2631:
2632: -- Standard call to get message count and if count is 1, get message info.
2633: FND_MSG_PUB.Count_And_Get
2634: ( p_count => x_msg_count,
2635: p_data => x_msg_data
2636: );

Line 2689: -- Standard call to get message count and if count is 1, get message info.

2685: END IF;
2686: CLOSE C_S_INTEREST_CODE_ID_Exists;
2687: END IF;
2688:
2689: -- Standard call to get message count and if count is 1, get message info.
2690: FND_MSG_PUB.Count_And_Get
2691: ( p_count => x_msg_count,
2692: p_data => x_msg_data
2693: );

Line 2792: -- Standard call to get message count and if count is 1, get message info.

2788: l_return_status := FND_API.G_RET_STS_ERROR;
2789: END IF;
2790: END IF;
2791:
2792: -- Standard call to get message count and if count is 1, get message info.
2793: FND_MSG_PUB.Count_And_Get
2794: ( p_count => x_msg_count,
2795: p_data => x_msg_data
2796: );

Line 2926: -- Standard call to get message count and if count is 1, get message info.

2922: END IF;
2923: CLOSE C_INVENTORY_ITEM_ID_Exists;
2924: END IF;
2925:
2926: -- Standard call to get message count and if count is 1, get message info.
2927: FND_MSG_PUB.Count_And_Get
2928: ( p_count => x_msg_count,
2929: p_data => x_msg_data
2930: );

Line 2973: -- Standard call to get message count and if count is 1, get message info.

2969: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
2970: NULL;
2971: END IF;
2972:
2973: -- Standard call to get message count and if count is 1, get message info.
2974: FND_MSG_PUB.Count_And_Get
2975: ( p_count => x_msg_count,
2976: p_data => x_msg_data
2977: );

Line 3029: -- Standard call to get message count and if count is 1, get message info.

3025: END IF;
3026: CLOSE C_UOM_CODE_Exists;
3027: END IF;
3028:
3029: -- Standard call to get message count and if count is 1, get message info.
3030: FND_MSG_PUB.Count_And_Get
3031: ( p_count => x_msg_count,
3032: p_data => x_msg_data
3033: );

Line 3076: -- Standard call to get message count and if count is 1, get message info.

3072: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
3073: NULL;
3074: END IF;
3075:
3076: -- Standard call to get message count and if count is 1, get message info.
3077: FND_MSG_PUB.Count_And_Get
3078: ( p_count => x_msg_count,
3079: p_data => x_msg_data
3080: );

Line 3123: -- Standard call to get message count and if count is 1, get message info.

3119: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
3120: NULL;
3121: END IF;
3122:
3123: -- Standard call to get message count and if count is 1, get message info.
3124: FND_MSG_PUB.Count_And_Get
3125: ( p_count => x_msg_count,
3126: p_data => x_msg_data
3127: );

Line 3173: -- Standard call to get message count and if count is 1, get message info.

3169: x_return_status := FND_API.G_RET_STS_ERROR;
3170: END IF;
3171: END IF;
3172:
3173: -- Standard call to get message count and if count is 1, get message info.
3174: FND_MSG_PUB.Count_And_Get
3175: ( p_count => x_msg_count,
3176: p_data => x_msg_data
3177: );

Line 3220: -- Standard call to get message count and if count is 1, get message info.

3216: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
3217: NULL;
3218: END IF;
3219:
3220: -- Standard call to get message count and if count is 1, get message info.
3221: FND_MSG_PUB.Count_And_Get
3222: ( p_count => x_msg_count,
3223: p_data => x_msg_data
3224: );

Line 3267: -- Standard call to get message count and if count is 1, get message info.

3263: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
3264: NULL;
3265: END IF;
3266:
3267: -- Standard call to get message count and if count is 1, get message info.
3268: FND_MSG_PUB.Count_And_Get
3269: ( p_count => x_msg_count,
3270: p_data => x_msg_data
3271: );

Line 3314: -- Standard call to get message count and if count is 1, get message info.

3310: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
3311: NULL;
3312: END IF;
3313:
3314: -- Standard call to get message count and if count is 1, get message info.
3315: FND_MSG_PUB.Count_And_Get
3316: ( p_count => x_msg_count,
3317: p_data => x_msg_data
3318: );

Line 3370: -- Standard call to get message count and if count is 1, get message info.

3366: END IF;
3367: CLOSE C_O_OPPORTUNITY_LINE_ID_Exists;
3368: END IF;
3369:
3370: -- Standard call to get message count and if count is 1, get message info.
3371: FND_MSG_PUB.Count_And_Get
3372: ( p_count => x_msg_count,
3373: p_data => x_msg_data
3374: );

Line 3445: -- Standard call to get message count and if count is 1, get message info.

3441: END IF;
3442: CLOSE C_SOURCE_PROMOTION_ID_Exists;
3443: END IF;
3444:
3445: -- Standard call to get message count and if count is 1, get message info.
3446: FND_MSG_PUB.Count_And_Get
3447: ( p_count => x_msg_count,
3448: p_data => x_msg_data
3449: );

Line 3514: -- Standard call to get message count and if count is 1, get message info.

3510: END IF;
3511: CLOSE C_OFFER_ID_Exists;
3512: END IF;
3513:
3514: -- Standard call to get message count and if count is 1, get message info.
3515: FND_MSG_PUB.Count_And_Get
3516: ( p_count => x_msg_count,
3517: p_data => x_msg_data
3518: );

Line 3673: -- Standard call to get message count and if count is 1, get message info.

3669: 'Private API: ' || l_api_name || ' end');
3670:
3671: END IF;
3672:
3673: -- Standard call to get message count and if count is 1, get message info.
3674: FND_MSG_PUB.Count_And_Get
3675: ( p_count => x_msg_count,
3676: p_data => x_msg_data
3677: );