DBA Data[Home] [Help]

APPS.AS_SALES_LEAD_LINES_PVT dependencies on STANDARD

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

152: END IF;
153: END IF;
154: -- end ffang 092000 for bug 1306777
155:
156: -- Standard call to get message count and IF count is 1, get message info.
157: FND_MSG_PUB.Count_And_Get
158: ( p_count => x_msg_count,
159: p_data => x_msg_data );
160:

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

209: END IF;
210: CLOSE C_Int_Type_Exists;
211: END IF;
212:
213: -- Standard call to get message count and IF count is 1, get message info.
214: FND_MSG_PUB.Count_And_Get
215: ( p_count => x_msg_count,
216: p_data => x_msg_data );
217: END Validate_INTEREST_TYPE_ID;

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

270: END IF;
271: CLOSE C_Prim_Int_Code_Exists;
272: END IF;
273:
274: -- Standard call to get message count and IF count is 1, get message info.
275: FND_MSG_PUB.Count_And_Get
276: ( p_count => x_msg_count,
277: p_data => x_msg_data );
278: END Validate_PRIM_INT_CODE_ID;

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

331: END IF;
332: CLOSE C_Sec_Int_Code_Exists;
333: END IF;
334:
335: -- Standard call to get message count and IF count is 1, get message info.
336: FND_MSG_PUB.Count_And_Get
337: ( p_count => x_msg_count,
338: p_data => x_msg_data );
339: END Validate_SEC_INT_CODE_ID;

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

392: END IF;
393: CLOSE C_Inventory_Item_Exists;
394: END IF;
395:
396: -- Standard call to get message count and IF count is 1, get message info.
397: FND_MSG_PUB.Count_And_Get
398: ( p_count => x_msg_count,
399: p_data => x_msg_data
400: );

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

450: END IF;
451: CLOSE C_UOM_Exists;
452: END IF;
453:
454: -- Standard call to get message count and IF count is 1, get message info.
455: FND_MSG_PUB.Count_And_Get
456: ( p_count => x_msg_count,
457: p_data => x_msg_data
458: );

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

504: END IF;
505: CLOSE C_category_id_Exists;
506: END IF;
507:
508: -- Standard call to get message count and IF count is 1, get message info.
509: FND_MSG_PUB.Count_And_Get
510: ( p_count => x_msg_count,
511: p_data => x_msg_data );
512: END validate_category_id;

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

557: END IF;
558: CLOSE C_category_set_id_Exists;
559: END IF;
560:
561: -- Standard call to get message count and IF count is 1, get message info.
562: FND_MSG_PUB.Count_And_Get
563: ( p_count => x_msg_count,
564: p_data => x_msg_data );
565: END validate_category_set_id;

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

624: END IF;
625: x_return_status := FND_API.G_RET_STS_ERROR;
626: END IF;
627:
628: -- Standard call to get message count and IF count is 1, get message info.
629: FND_MSG_PUB.Count_And_Get
630: ( p_count => x_msg_count,
631: p_data => x_msg_data );
632: END Validate_Intrst_Type_Sec_CODE;

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

672: p_token1_value => 'INTEREST_TYPE_ID/INVENTORY_ITEM_ID');
673: x_return_status := FND_API.G_RET_STS_ERROR;
674: END IF;
675:
676: -- Standard call to get message count and IF count is 1, get message info.
677: FND_MSG_PUB.Count_And_Get
678: ( p_count => x_msg_count,
679: p_data => x_msg_data );
680: END Validate_INVENT_INTRST;

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

738: p_msg_name => 'AS_BUDGET_AMOUNT_NOT_MATCH');
739: x_return_status := FND_API.G_RET_STS_ERROR;
740: END IF;
741:
742: -- Standard call to get message count and IF count is 1, get message info.
743: FND_MSG_PUB.Count_And_Get
744: ( p_count => x_msg_count,
745: p_data => x_msg_data );
746: END Validate_Budget_Amounts;

Line 1048: -- Standard Start of API savepoint

1044:
1045:
1046:
1047: BEGIN
1048: -- Standard Start of API savepoint
1049: SAVEPOINT CREATE_SALES_LEAD_LINES_PVT;
1050:
1051: -- Initialize API return status to SUCCESS
1052: x_return_status := FND_API.G_RET_STS_SUCCESS;

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

1051: -- Initialize API return status to SUCCESS
1052: x_return_status := FND_API.G_RET_STS_SUCCESS;
1053:
1054:
1055: -- Standard call to check for call compatibility.
1056: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1057: p_api_version_number,
1058: l_api_name,
1059: G_PKG_NAME)

Line 1482: -- Standard check for p_commit

1478: --
1479: -- END of API body
1480: --
1481:
1482: -- Standard check for p_commit
1483: IF FND_API.to_Boolean( p_commit )
1484: THEN
1485: COMMIT WORK;
1486: END IF;

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

1491: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,
1492: 'PVT: ' || l_api_name || ' End');
1493: END IF;
1494:
1495: -- Standard call to get message count and IF count is 1, get message info.
1496: FND_MSG_PUB.Count_And_Get
1497: ( p_count => x_msg_count,
1498: p_data => x_msg_data
1499: );

Line 1579: -- Standard Start of API savepoint

1575: l_member_role VARCHAR2(5);
1576: l_member_access VARCHAR2(5);
1577:
1578: BEGIN
1579: -- Standard Start of API savepoint
1580: SAVEPOINT UPDATE_SALES_LEAD_LINES_PVT;
1581:
1582: -- Standard call to check for call compatibility.
1583: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

1578: BEGIN
1579: -- Standard Start of API savepoint
1580: SAVEPOINT UPDATE_SALES_LEAD_LINES_PVT;
1581:
1582: -- Standard call to check for call compatibility.
1583: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1584: p_api_version_number,
1585: l_api_name,
1586: G_PKG_NAME)

Line 1913: -- Standard check for p_commit

1909: --
1910: -- END of API body.
1911: --
1912:
1913: -- Standard check for p_commit
1914: IF FND_API.to_Boolean( p_commit )
1915: THEN
1916: COMMIT WORK;
1917: END IF;

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

1922: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,
1923: 'PVT: ' || l_api_name || ' End');
1924: END IF;
1925:
1926: -- Standard call to get message count and IF count is 1, get message info.
1927: FND_MSG_PUB.Count_And_Get
1928: ( p_count => x_msg_count,
1929: p_data => x_msg_data
1930: );

Line 2003: -- Standard Start of API savepoint

1999: l_update_access_flag VARCHAR2(1);
2000: l_member_role VARCHAR2(5);
2001: l_member_access VARCHAR2(5);
2002: BEGIN
2003: -- Standard Start of API savepoint
2004: SAVEPOINT DELETE_SALES_LEAD_LINES_PVT;
2005:
2006: -- Standard call to check for call compatibility.
2007: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

2002: BEGIN
2003: -- Standard Start of API savepoint
2004: SAVEPOINT DELETE_SALES_LEAD_LINES_PVT;
2005:
2006: -- Standard call to check for call compatibility.
2007: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2008: p_api_version_number,
2009: l_api_name,
2010: G_PKG_NAME)

Line 2212: -- Standard check for p_commit

2208: --
2209: -- END of API body
2210: --
2211:
2212: -- Standard check for p_commit
2213: IF FND_API.to_Boolean( p_commit )
2214: THEN
2215: COMMIT WORK;
2216: END IF;

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

2221: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,
2222: 'PVT: ' || l_api_name || ' End');
2223: END IF;
2224:
2225: -- Standard call to get message count and IF count is 1, get message info.
2226: FND_MSG_PUB.Count_And_Get
2227: ( p_count => x_msg_count,
2228: p_data => x_msg_data );
2229: