DBA Data[Home] [Help]

APPS.IBE_WORKFLOW_PVT dependencies on STANDARD

Line 2798: -- Standard Start of API savepoint

2794: l_api_version NUMBER := 1.0;
2795:
2796: BEGIN
2797:
2798: -- Standard Start of API savepoint
2799: SAVEPOINT get_contact_details_for_order;
2800: ----DBMS_OUTPUT.PUT('Standard Start of API savepoint');
2801: -- Standard call to check for call compatibility.
2802: IF NOT FND_API.Compatible_API_Call(L_API_VERSION,

Line 2800: ----DBMS_OUTPUT.PUT('Standard Start of API savepoint');

2796: BEGIN
2797:
2798: -- Standard Start of API savepoint
2799: SAVEPOINT get_contact_details_for_order;
2800: ----DBMS_OUTPUT.PUT('Standard Start of API savepoint');
2801: -- Standard call to check for call compatibility.
2802: IF NOT FND_API.Compatible_API_Call(L_API_VERSION,
2803: p_api_version,
2804: L_API_NAME ,

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

2797:
2798: -- Standard Start of API savepoint
2799: SAVEPOINT get_contact_details_for_order;
2800: ----DBMS_OUTPUT.PUT('Standard Start of API savepoint');
2801: -- Standard call to check for call compatibility.
2802: IF NOT FND_API.Compatible_API_Call(L_API_VERSION,
2803: p_api_version,
2804: L_API_NAME ,
2805: G_PKG_NAME )

Line 2871: -- Standard check of p_commit.

2867: IBE_UTIL.Debug('x_contact_first_name: '||x_contact_first_name);
2868: IBE_UTIL.Debug('x_contact_last_name: '||x_contact_last_name);
2869: END IF;
2870:
2871: -- Standard check of p_commit.
2872: IF FND_API.To_Boolean(p_commit) THEN
2873: COMMIT WORK;
2874: END IF;
2875:

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

2872: IF FND_API.To_Boolean(p_commit) THEN
2873: COMMIT WORK;
2874: END IF;
2875:
2876: -- Standard call to get message count and if count is 1, get message info.
2877: FND_Msg_Pub.Count_And_Get(p_encoded => FND_API.G_FALSE,
2878: p_count => x_msg_count ,
2879: p_data => x_msg_data);
2880: EXCEPTION