DBA Data[Home] [Help]

APPS.AR_CM_API_PUB dependencies on STANDARD

Line 80: | Standard start of API savepoint |

76: arp_util.debug('AR_CM_API_PUB.APPLY_ON_ACCOUNT(+)');
77: END IF;
78:
79: /*------------------------------------+
80: | Standard start of API savepoint |
81: +------------------------------------*/
82:
83: SAVEPOINT Apply_CM;
84:

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

82:
83: SAVEPOINT Apply_CM;
84:
85: /*--------------------------------------------------+
86: | Standard call to check for call compatibility |
87: +--------------------------------------------------*/
88:
89: IF NOT FND_API.Compatible_API_Call(
90: l_api_version,

Line 125: -- arp_standard.init_standard;

121: IF l_org_return_status <> FND_API.G_RET_STS_SUCCESS THEN
122: x_return_status := FND_API.G_RET_STS_ERROR;
123: ELSE
124: -- arp_global.init_global;
125: -- arp_standard.init_standard;
126:
127: /*-----------------------------------------+
128: | Initialize return status to SUCCESS |
129: +-----------------------------------------*/

Line 421: | Standard check of p_commit |

417: END IF;
418:
419:
420: /*--------------------------------+
421: | Standard check of p_commit |
422: +--------------------------------*/
423:
424: IF FND_API.To_Boolean( p_commit )
425: THEN

Line 574: | Standard start of API savepoint |

570: arp_util.debug('ar_cm_api_pub.Unapply_on_account()+ ');
571: END IF;
572:
573: /*------------------------------------+
574: | Standard start of API savepoint |
575: +------------------------------------*/
576:
577: SAVEPOINT Unapply_CM;
578:

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

576:
577: SAVEPOINT Unapply_CM;
578:
579: /*--------------------------------------------------+
580: | Standard call to check for call compatibility |
581: +--------------------------------------------------*/
582:
583: IF NOT FND_API.Compatible_API_Call(
584: l_api_version,

Line 629: -- arp_standard.init_standard;

625: IF l_org_return_status <> FND_API.G_RET_STS_SUCCESS THEN
626: x_return_status := FND_API.G_RET_STS_ERROR;
627: ELSE
628: -- arp_global.init_global;
629: -- arp_standard.init_standard;
630:
631: /*-----------------------------------------+
632: | Initialize return status to SUCCESS |
633: +-----------------------------------------*/

Line 780: | Standard check of p_commit |

776:
777: END;
778:
779: /*--------------------------------+
780: | Standard check of p_commit |
781: +--------------------------------*/
782:
783: IF FND_API.To_Boolean( p_commit )
784: THEN