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 369: | Standard check of l_commit. |

365: END IF;
366: END IF;
367:
368: /*-----------------------------------+
369: | Standard check of l_commit. |
370: +------------------------------------*/
371: IF FND_API.To_Boolean( l_commit ) THEN
372: COMMIT;
373: END IF;

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

372: COMMIT;
373: END IF;
374:
375: /*-----------------------------------------------------------------------+
376: | Standard call to get message count and if count is 1, get message info |
377: +------------------------------------------------------------------------*/
378: FND_MSG_PUB.Count_And_Get (p_count => x_msg_count ,
379: p_data => x_msg_data
380: );

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

509: END IF;
510:
511: SAVEPOINT Incomplete_Transaction;
512: /*--------------------------------------------------+
513: | Standard call to check for call compatibility |
514: +--------------------------------------------------*/
515:
516: IF NOT FND_API.Compatible_API_Call(
517: l_api_version,

Line 671: | Standard check of l_commit. |

667: END IF;
668: END IF; --complete_flag ='Y'
669:
670: /*-----------------------------------+
671: | Standard check of l_commit. |
672: +------------------------------------*/
673: IF FND_API.To_Boolean( l_commit ) THEN
674: COMMIT;
675: END IF;

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

674: COMMIT;
675: END IF;
676:
677: /*-----------------------------------------------------------------------+
678: | Standard call to get message count and if count is 1, get message info |
679: +------------------------------------------------------------------------*/
680: FND_MSG_PUB.Count_And_Get (p_count => x_msg_count,
681: p_data => x_msg_data
682: );