DBA Data[Home] [Help]

APPS.IBE_WORKFLOW_PVT dependencies on STANDARD

Line 2708: -- Standard Start of API savepoint

2704: l_api_version NUMBER := 1.0;
2705:
2706: BEGIN
2707:
2708: -- Standard Start of API savepoint
2709: SAVEPOINT get_contact_details_for_order;
2710: ----DBMS_OUTPUT.PUT('Standard Start of API savepoint');
2711: -- Standard call to check for call compatibility.
2712: IF NOT FND_API.Compatible_API_Call(L_API_VERSION,

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

2706: BEGIN
2707:
2708: -- Standard Start of API savepoint
2709: SAVEPOINT get_contact_details_for_order;
2710: ----DBMS_OUTPUT.PUT('Standard Start of API savepoint');
2711: -- Standard call to check for call compatibility.
2712: IF NOT FND_API.Compatible_API_Call(L_API_VERSION,
2713: p_api_version,
2714: L_API_NAME ,

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

2707:
2708: -- Standard Start of API savepoint
2709: SAVEPOINT get_contact_details_for_order;
2710: ----DBMS_OUTPUT.PUT('Standard Start of API savepoint');
2711: -- Standard call to check for call compatibility.
2712: IF NOT FND_API.Compatible_API_Call(L_API_VERSION,
2713: p_api_version,
2714: L_API_NAME ,
2715: G_PKG_NAME )

Line 2781: -- Standard check of p_commit.

2777: IBE_UTIL.Debug('x_contact_first_name: '||x_contact_first_name);
2778: IBE_UTIL.Debug('x_contact_last_name: '||x_contact_last_name);
2779: END IF;
2780:
2781: -- Standard check of p_commit.
2782: IF FND_API.To_Boolean(p_commit) THEN
2783: COMMIT WORK;
2784: END IF;
2785:

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

2782: IF FND_API.To_Boolean(p_commit) THEN
2783: COMMIT WORK;
2784: END IF;
2785:
2786: -- Standard call to get message count and if count is 1, get message info.
2787: FND_Msg_Pub.Count_And_Get(p_encoded => FND_API.G_FALSE,
2788: p_count => x_msg_count ,
2789: p_data => x_msg_data);
2790: EXCEPTION