DBA Data[Home] [Help]

APPS.AR_TRANSACTION_GRP dependencies on STANDARD

Line 208: | Standard call to check for call compatibility |

204: END IF;
205:
206: SAVEPOINT Complete_Transaction;
207: /*--------------------------------------------------+
208: | Standard call to check for call compatibility |
209: +--------------------------------------------------*/
210:
211: IF NOT FND_API.Compatible_API_Call(
212: l_api_version,

Line 374: | Standard check of l_commit. |

370: END IF;
371: END IF;
372:
373: /*-----------------------------------+
374: | Standard check of l_commit. |
375: +------------------------------------*/
376: IF FND_API.To_Boolean( l_commit ) THEN
377: COMMIT;
378: END IF;

Line 381: | Standard call to get message count and if count is 1, get message info |

377: COMMIT;
378: END IF;
379:
380: /*-----------------------------------------------------------------------+
381: | Standard call to get message count and if count is 1, get message info |
382: +------------------------------------------------------------------------*/
383: FND_MSG_PUB.Count_And_Get (p_count => x_msg_count ,
384: p_data => x_msg_data
385: );

Line 518: | Standard call to check for call compatibility |

514: END IF;
515:
516: SAVEPOINT Incomplete_Transaction;
517: /*--------------------------------------------------+
518: | Standard call to check for call compatibility |
519: +--------------------------------------------------*/
520:
521: IF NOT FND_API.Compatible_API_Call(
522: l_api_version,

Line 676: | Standard check of l_commit. |

672: END IF;
673: END IF; --complete_flag ='Y'
674:
675: /*-----------------------------------+
676: | Standard check of l_commit. |
677: +------------------------------------*/
678: IF FND_API.To_Boolean( l_commit ) THEN
679: COMMIT;
680: END IF;

Line 683: | Standard call to get message count and if count is 1, get message info |

679: COMMIT;
680: END IF;
681:
682: /*-----------------------------------------------------------------------+
683: | Standard call to get message count and if count is 1, get message info |
684: +------------------------------------------------------------------------*/
685: FND_MSG_PUB.Count_And_Get (p_count => x_msg_count,
686: p_data => x_msg_data
687: );