DBA Data[Home] [Help]

APPS.CSP_NOTIFICATIONS_PVT dependencies on STANDARD

Line 130: -- Standard Start of API savepoint

126: AND ccsds.inventory_item_id(+) = cmsi.inventory_item_id;
127:
128: BEGIN
129:
130: -- Standard Start of API savepoint
131: SAVEPOINT calculate_loop_pvt;
132: -- Standard call to check for call compatibility.
133: IF NOT FND_API.Compatible_API_Call (l_api_version ,
134: p_api_version ,

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

128: BEGIN
129:
130: -- Standard Start of API savepoint
131: SAVEPOINT calculate_loop_pvt;
132: -- Standard call to check for call compatibility.
133: IF NOT FND_API.Compatible_API_Call (l_api_version ,
134: p_api_version ,
135: l_api_name ,
136: G_PKG_NAME )

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

181:
182: /*dbms_output.put_line(p_inventory_item_id || ' ' || 'x_above' || x_above || 'x_below ' || x_below ||
183: x_not_enough_good_parts || ' ' || x_quantity_level || ' ' || x_onhand_good);*/
184:
185: -- Standard call to get message count and if count is 1, get message info.
186: FND_MSG_PUB.Count_And_Get
187: (p_count => x_msg_count ,
188: p_data => x_msg_data
189: );

Line 294: -- Standard Start of API savepoint

290: l_cursor := dbms_sql.open_cursor;
291: dbms_sql.parse(l_cursor,l_ddl_string,dbms_sql.native);
292: dbms_sql.close_cursor(l_cursor);
293:
294: -- Standard Start of API savepoint
295: SAVEPOINT create_notifications_pvt;
296: -- Standard call to check for call compatibility.
297: IF NOT FND_API.Compatible_API_Call (l_api_version ,
298: p_api_version ,

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

292: dbms_sql.close_cursor(l_cursor);
293:
294: -- Standard Start of API savepoint
295: SAVEPOINT create_notifications_pvt;
296: -- Standard call to check for call compatibility.
297: IF NOT FND_API.Compatible_API_Call (l_api_version ,
298: p_api_version ,
299: l_api_name ,
300: G_PKG_NAME )

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

441: END IF;
442: END LOOP;
443: END LOOP;
444:
445: -- Standard call to get message count and if count is 1, get message info.
446: -- FND_MSG_PUB.Count_And_Get
447: -- (p_count => x_msg_count ,
448: -- p_data => x_msg_data
449: -- );