DBA Data[Home] [Help]

APPS.PJI_PERF_RPTG_PUB dependencies on STANDARD

Line 47: -- Standard begin of API savepoint

43: l_msg_data VARCHAR2(2000);
44: l_wbs_version_id NUMBER;
45: BEGIN
46:
47: -- Standard begin of API savepoint
48:
49: SAVEPOINT Create_resource_pub;
50:
51:

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

48:
49: SAVEPOINT Create_resource_pub;
50:
51:
52: -- Standard call to check for call compatibility.
53:
54:
55: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
56: p_api_version_number ,

Line 239: -- Standard begin of API savepoint

235: l_msg_count NUMBER ;
236: l_msg_data VARCHAR2(2000);
237:
238: begin
239: -- Standard begin of API savepoint
240:
241: SAVEPOINT Delete_resource_pub;
242:
243:

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

240:
241: SAVEPOINT Delete_resource_pub;
242:
243:
244: -- Standard call to check for call compatibility.
245:
246:
247: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
248: p_api_version_number ,