DBA Data[Home] [Help]

APPS.IGC_CC_APPROVAL_PROCESS dependencies on STANDARD

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

178:
179: l_full_path:= g_path || 'Preparer_Can_Approve';
180:
181: SAVEPOINT Preparer_Can_Approve;
182: -- Standard call to check for call compatibility.
183:
184: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
185: p_api_version ,
186: l_api_name ,

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

239: IF FND_API.To_Boolean( p_commit ) THEN
240: COMMIT WORK;
241: END IF;
242:
243: -- Standard call to get message count and if count is 1, get message info.
244: FND_MSG_PUB.Count_And_Get
245: ( p_count => x_msg_count ,
246: p_data => x_msg_data
247: );

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

348: l_full_path:= g_path || 'Approved_By_Preparer';
349: -- check if the budgetary control is ON for a given cc state
350: SAVEPOINT Approved_By_Preparer;
351:
352: -- Standard call to check for call compatibility.
353: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
354: p_api_version ,
355: l_api_name ,
356: G_PKG_NAME )

Line 534: -- Standard check of p_commit.

530: , p_action_requested => 'APPROVE'
531: , p_error_code => l_error_code
532: ) ;
533:
534: -- Standard check of p_commit.
535: IF FND_API.to_Boolean (p_commit) THEN
536: COMMIT WORK;
537: END IF;
538: