DBA Data[Home] [Help]

APPS.AS_FOUNDATION_PUB dependencies on STANDARD

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

45: -- Local return statuses
46: l_return_status Varchar2(1);
47:
48: BEGIN
49: -- Standard call to check for call compatibility.
50: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
51: p_api_version_number,
52: l_api_name,
53: G_PKG_NAME)

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

105: --THEN
106: --dbms_output.put_line('AS_FOUNDATION_PUB.Get_inventory_items: End');
107: --END IF;
108:
109: -- Standard call to get message count and if count is 1, get message info.
110: FND_MSG_PUB.Count_And_Get
111: ( p_count => x_msg_count,
112: p_data => x_msg_data
113: );

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

208: l_price_list_id NUMBER;
209: l_price NUMBER;
210: l_amount NUMBER;
211: BEGIN
212: -- Standard call to check for call compatibility.
213: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
214: p_api_version_number,
215: l_api_name,
216: G_PKG_NAME) THEN

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

310: -- IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW) THEN
311: --dbms_output.put_line('AS_Foundation_PUB.Calculate_Amount: End');
312: --END IF;
313:
314: -- Standard call to get message count and if count is 1, get message info.
315: FND_MSG_PUB.Count_And_Get
316: ( p_count => x_msg_count,
317: p_data => x_msg_data
318: );

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

367: l_period_rec_in AS_FOUNDATION_PVT.UTIL_PERIOD_REC_TYPE;
368: l_period_tbl AS_FOUNDATION_PVT.UTIL_PERIOD_TBL_TYPE;
369:
370: begin
371: -- Standard call to check for call compatibility.
372: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
373: p_api_version_number,
374: l_api_name,
375: G_PKG_NAME)