DBA Data[Home] [Help]

APPS.AR_CM_API_PUB dependencies on STANDARD

Line 77: | Standard start of API savepoint |

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

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

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

Line 109: arp_standard.init_standard;

105: /*-------------------------------------------------+
106: | Initialize SOB/org dependent variables |
107: +-------------------------------------------------*/
108: arp_global.init_global;
109: arp_standard.init_standard;
110:
111: /*-----------------------------------------+
112: | Initialize return status to SUCCESS |
113: +-----------------------------------------*/

Line 403: | Standard check of p_commit |

399: END IF;
400:
401:
402: /*--------------------------------+
403: | Standard check of p_commit |
404: +--------------------------------*/
405:
406: IF FND_API.To_Boolean( p_commit )
407: THEN

Line 539: | Standard start of API savepoint |

535: arp_util.debug('ar_cm_api_pub.Unapply_on_account()+ ');
536: END IF;
537:
538: /*------------------------------------+
539: | Standard start of API savepoint |
540: +------------------------------------*/
541:
542: SAVEPOINT Unapply_CM;
543:

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

541:
542: SAVEPOINT Unapply_CM;
543:
544: /*--------------------------------------------------+
545: | Standard call to check for call compatibility |
546: +--------------------------------------------------*/
547:
548: IF NOT FND_API.Compatible_API_Call(
549: l_api_version,

Line 581: arp_standard.init_standard;

577: /*-------------------------------------------------+
578: | Initialize SOB/org dependent variables |
579: +-------------------------------------------------*/
580: arp_global.init_global;
581: arp_standard.init_standard;
582:
583: /*-----------------------------------------+
584: | Initialize return status to SUCCESS |
585: +-----------------------------------------*/

Line 715: | Standard check of p_commit |

711: END IF;
712:
713: END;
714: /*--------------------------------+
715: | Standard check of p_commit |
716: +--------------------------------*/
717:
718: IF FND_API.To_Boolean( p_commit )
719: THEN