DBA Data[Home] [Help]

APPS.IBE_QUOTE_MISC_PVT dependencies on STANDARD

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

2066: END IF;
2067: RAISE FND_API.G_EXC_ERROR; -- need error message
2068: end if;
2069:
2070: -- Standard call to get message count and if count is 1, get message info.
2071:
2072: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
2073: p_count => x_msg_count,
2074: p_data => x_msg_data);

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

2137: WHERE quote_header_id = p_quote_header_id;
2138:
2139: BEGIN
2140: SAVEPOINT getQuoteOwner_pvt;
2141: -- Standard call to check for call compatibility.
2142: IF NOT FND_API.Compatible_API_Call ( l_api_version,
2143: P_Api_Version_Number,
2144: l_api_name,
2145: G_PKG_NAME )

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

2166: END IF;
2167: -- End of API body.
2168: x_party_id := l_party_id;
2169: x_cust_account_id := l_cust_account_id;
2170: -- Standard call to get message count and if count is 1, get message info.
2171: FND_MSG_PUB.Count_And_Get
2172: ( p_encoded => FND_API.G_FALSE,
2173: p_count => x_msg_count,
2174: p_data => x_msg_data

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

2245:
2246: l_sql2 VARCHAR2(100) := 'AND quote_password = :3';
2247: BEGIN
2248: SAVEPOINT get_shared_quote;
2249: -- Standard call to check for call compatibility.
2250: IF NOT FND_API.Compatible_API_Call(l_api_version,
2251: p_api_version_number,
2252: l_api_name,
2253: G_PKG_NAME) THEN

Line 2360: -- Standard call to check for call compatibility

2356: /*inv_debug.message('ssia', 'customer id is ' || p_cust_id);
2357: inv_debug.message('ssia', 'p_organization_id is ' || p_organization_id);
2358: inv_debug.message('ssia', 'p_minisite_id is ' || p_minisite_id);*/
2359:
2360: -- Standard call to check for call compatibility
2361: IF NOT FND_API.Compatible_API_Call(l_api_version,
2362: p_api_version,
2363: l_api_name ,
2364: g_pkg_name)

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

2434: END IF;
2435: END LOOP;
2436:
2437:
2438: -- Standard call to get message count and if count is 1, get message info.
2439: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
2440: p_count => x_msg_count,
2441: p_data => x_msg_data);
2442: --inv_debug.message('ssia', 'x_msg_count is ' || x_msg_count);

Line 2500: -- Standard call to check for call compatibility

2496: /*inv_debug.message('ssia', 'customer id is ' || p_cust_id);
2497: inv_debug.message('ssia', 'p_organization_id is ' || p_organization_id);
2498: inv_debug.message('ssia', 'p_minisite_id is ' || p_minisite_id);*/
2499:
2500: -- Standard call to check for call compatibility
2501: IF NOT FND_API.Compatible_API_Call(l_api_version,
2502: p_api_version,
2503: l_api_name ,
2504: g_pkg_name)

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

2554:
2555: END LOOP;
2556:
2557:
2558: -- Standard call to get message count and if count is 1, get message info.
2559: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
2560: p_count => x_msg_count,
2561: p_data => x_msg_data);
2562: --inv_debug.message('ssia', 'x_msg_count is ' || x_msg_count);

Line 2680: -- Standard Start of API savepoint

2676: rec_retrieval_number c_retrieval_number%rowtype;
2677: rec_recipient_no_retnum c_recipient_no_retnum%rowtype;
2678:
2679: Begin
2680: -- Standard Start of API savepoint
2681: SAVEPOINT Get_load_errors_pvt;
2682:
2683: -- Standard call to check for call compatibility.
2684: IF NOT FND_API.Compatible_API_Call(L_API_VERSION,

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

2679: Begin
2680: -- Standard Start of API savepoint
2681: SAVEPOINT Get_load_errors_pvt;
2682:
2683: -- Standard call to check for call compatibility.
2684: IF NOT FND_API.Compatible_API_Call(L_API_VERSION,
2685: p_api_version,
2686: L_API_NAME ,
2687: G_PKG_NAME )

Line 3008: -- Standard check of p_commit.

3004: end if;
3005: End If;
3006: End if;
3007: End if;-- end if we have an input cartid or cartnum and version
3008: -- Standard check of p_commit.
3009: IF FND_API.To_Boolean(p_commit) THEN
3010: COMMIT WORK;
3011: END IF;
3012:

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

3009: IF FND_API.To_Boolean(p_commit) THEN
3010: COMMIT WORK;
3011: END IF;
3012:
3013: -- Standard call to get message count and if count is 1, get message info.
3014: FND_Msg_Pub.Count_And_Get(p_encoded => FND_API.G_FALSE,
3015: p_count => x_msg_count ,
3016: p_data => x_msg_data);
3017: EXCEPTION

Line 3090: -- Standard Start of API savepoint

3086: l_api_version CONSTANT NUMBER := 1.0;
3087: l_count number;
3088:
3089: begin
3090: -- Standard Start of API savepoint
3091: SAVEPOINT GetActiveCartId_pvt;
3092: -- Standard call to check for call compatibility.
3093: IF NOT FND_API.Compatible_API_Call (
3094: l_api_version ,

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

3088:
3089: begin
3090: -- Standard Start of API savepoint
3091: SAVEPOINT GetActiveCartId_pvt;
3092: -- Standard call to check for call compatibility.
3093: IF NOT FND_API.Compatible_API_Call (
3094: l_api_version ,
3095: P_Api_Version_Number,
3096: l_api_name ,

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

3120: else
3121: x_cartHeaderId := l_cartHeaderId;
3122: end if;
3123:
3124: -- Standard call to get message count and if count is 1, get message info.
3125: FND_MSG_PUB.Count_And_Get
3126: (p_count => x_msg_count,
3127: p_data => x_msg_data
3128: );

Line 3260: -- Standard call to get message count and IF count is 1, get message info.

3256: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
3257: IBE_Util.Debug('IBE_Quote_Misc_pvt.Update_Config_Item_Lines(-)');
3258: END IF;
3259:
3260: -- Standard call to get message count and IF count is 1, get message info.
3261: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
3262: p_count => x_msg_count ,
3263: p_data => x_msg_data );
3264: EXCEPTION

Line 3514: -- Standard Start of API savepoint

3510: START WITH quote_line_id = p_qte_line_id
3511: CONNECT BY quote_line_id = PRIOR related_quote_line_id;
3512:
3513: BEGIN
3514: -- Standard Start of API savepoint
3515: SAVEPOINT DUPLICATE_LINE_PVT;
3516: -- Standard call to check for call compatibility.
3517: IF NOT FND_API.Compatible_API_Call (l_api_version,
3518: P_Api_Version_Number,

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

3512:
3513: BEGIN
3514: -- Standard Start of API savepoint
3515: SAVEPOINT DUPLICATE_LINE_PVT;
3516: -- Standard call to check for call compatibility.
3517: IF NOT FND_API.Compatible_API_Call (l_api_version,
3518: P_Api_Version_Number,
3519: l_api_name,
3520: G_PKG_NAME )

Line 3719: -- Standard check of p_commit.

3715:
3716: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
3717: ibe_util.debug('before out line number is='|| x_qte_line_tbl.count);
3718: END IF;
3719: -- Standard check of p_commit.
3720: IF FND_API.To_Boolean( p_commit ) THEN
3721: COMMIT WORK;
3722: END IF;
3723:

Line 3724: -- Standard call to get message count and IF count is 1, get message info.

3720: IF FND_API.To_Boolean( p_commit ) THEN
3721: COMMIT WORK;
3722: END IF;
3723:
3724: -- Standard call to get message count and IF count is 1, get message info.
3725: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
3726: p_count => x_msg_count,
3727: p_data => x_msg_data);
3728: EXCEPTION

Line 4009: -- Standard Start of API savepoint

4005: lx_return_status VARCHAR2(1);
4006: lx_msg_count NUMBER;
4007: lx_msg_data VARCHAR2(2000);
4008: BEGIN
4009: -- Standard Start of API savepoint
4010: SAVEPOINT SPLIT_LINE_PVT;
4011: -- Standard call to check for call compatibility.
4012: IF NOT FND_API.Compatible_API_Call (l_api_version,
4013: P_Api_Version_Number,

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

4007: lx_msg_data VARCHAR2(2000);
4008: BEGIN
4009: -- Standard Start of API savepoint
4010: SAVEPOINT SPLIT_LINE_PVT;
4011: -- Standard call to check for call compatibility.
4012: IF NOT FND_API.Compatible_API_Call (l_api_version,
4013: P_Api_Version_Number,
4014: l_api_name,
4015: G_PKG_NAME )

Line 4124: -- Standard check of p_commit.

4120: END IF;
4121: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
4122: IBE_UTIL.Debug('IBE_Quote_Misc_pvt.Split_Line Ends');
4123: END IF;
4124: -- Standard check of p_commit.
4125: IF FND_API.To_Boolean( p_commit ) THEN
4126: COMMIT WORK;
4127: END IF;
4128: -- Standard call to get message count and IF count is 1, get message info.

Line 4128: -- Standard call to get message count and IF count is 1, get message info.

4124: -- Standard check of p_commit.
4125: IF FND_API.To_Boolean( p_commit ) THEN
4126: COMMIT WORK;
4127: END IF;
4128: -- Standard call to get message count and IF count is 1, get message info.
4129: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
4130: p_count => lx_msg_count,
4131: p_data => lx_msg_data);
4132: EXCEPTION

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

4493: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
4494: IBE_UTIL.DEBUG('Begin validate_user_update' || to_char(sysdate, 'mm/dd/yyyy:hh24:MI:SS'));
4495: END IF;
4496:
4497: -- Standard call to check for call compatibility.
4498: IF NOT FND_API.Compatible_API_Call (l_api_version,
4499: p_api_version_number,
4500: l_api_name,
4501: G_PKG_NAME )

Line 5202: -- Standard Start of API savepoint

5198: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
5199: IBE_Util.Debug('Begin IBE_Quote_Misc_pvt.Add_Attachment()');
5200: END IF;
5201:
5202: -- Standard Start of API savepoint
5203: SAVEPOINT Add_Attachment;
5204:
5205: -- Standard call to check for call compatibility.
5206: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

5201:
5202: -- Standard Start of API savepoint
5203: SAVEPOINT Add_Attachment;
5204:
5205: -- Standard call to check for call compatibility.
5206: IF NOT FND_API.Compatible_API_Call (l_api_version,
5207: P_Api_Version_Number,
5208: l_api_name,
5209: G_PKG_NAME )

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

5282: IF x_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
5283: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
5284: END IF;
5285:
5286: -- Standard call to get message count and if count is 1, get message info.
5287: FND_Msg_Pub.Count_And_Get(p_encoded => FND_API.G_FALSE,
5288: p_count => x_msg_count ,
5289: p_data => x_msg_data);
5290:

Line 5361: -- Standard Start of API savepoint

5357: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
5358: IBE_Util.Debug('Begin IBE_Quote_Misc_pvt.Delete_Attachment()');
5359: END IF;
5360:
5361: -- Standard Start of API savepoint
5362: SAVEPOINT Add_Attachment;
5363:
5364: -- Standard call to check for call compatibility.
5365: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

5360:
5361: -- Standard Start of API savepoint
5362: SAVEPOINT Add_Attachment;
5363:
5364: -- Standard call to check for call compatibility.
5365: IF NOT FND_API.Compatible_API_Call (l_api_version,
5366: P_Api_Version_Number,
5367: l_api_name,
5368: G_PKG_NAME )

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

5427: IF x_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
5428: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
5429: END IF;
5430:
5431: -- Standard call to get message count and if count is 1, get message info.
5432: FND_Msg_Pub.Count_And_Get(p_encoded => FND_API.G_FALSE,
5433: p_count => x_msg_count ,
5434: p_data => x_msg_data);
5435: