DBA Data[Home] [Help]

APPS.AR_ADJUST_PUB dependencies on STANDARD

Line 1665: | Standard start of API savepoint |

1661: from v$timer;
1662: END IF;
1663:
1664: /*------------------------------------+
1665: | Standard start of API savepoint |
1666: +------------------------------------*/
1667:
1668: SAVEPOINT ar_adjust_PUB;
1669:

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

1667:
1668: SAVEPOINT ar_adjust_PUB;
1669:
1670: /*--------------------------------------------------+
1671: | Standard call to check for call compatibility |
1672: +--------------------------------------------------*/
1673:
1674: IF NOT FND_API.Compatible_API_Call(
1675: l_api_version,

Line 1982: | Standard check of p_commit |

1978: p_data => p_msg_data
1979: );
1980:
1981: /*--------------------------------+
1982: | Standard check of p_commit |
1983: +--------------------------------*/
1984:
1985: IF FND_API.To_Boolean( p_commit_flag )
1986: THEN

Line 2177: | Standard start of API savepoint |

2173: from v$timer;
2174: END IF;
2175:
2176: /*------------------------------------+
2177: | Standard start of API savepoint |
2178: +------------------------------------*/
2179:
2180: SAVEPOINT ar_adjust_line_PUB;
2181:

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

2179:
2180: SAVEPOINT ar_adjust_line_PUB;
2181:
2182: /*--------------------------------------------------+
2183: | Standard call to check for call compatibility |
2184: +--------------------------------------------------*/
2185:
2186: IF NOT FND_API.Compatible_API_Call(
2187: l_api_version,

Line 2229: IF NOT arp_standard.is_llca_allowed(l_org_id,p_adj_rec.customer_trx_id) THEN

2225: IF l_org_return_status <> FND_API.G_RET_STS_SUCCESS THEN
2226: p_return_status := FND_API.G_RET_STS_ERROR;
2227: ELSE
2228: --Verify whether line level adjustment is allowed for given org/invoice
2229: IF NOT arp_standard.is_llca_allowed(l_org_id,p_adj_rec.customer_trx_id) THEN
2230: FND_MESSAGE.set_name('AR', 'AR_SUMMARIZED_DIST_NO_LLCA_ADJ');
2231: FND_MSG_PUB.Add;
2232: l_return_status := FND_API.G_RET_STS_ERROR;
2233: RAISE FND_API.G_EXC_ERROR;

Line 2591: | Standard check of p_commit |

2587: p_data => p_msg_data
2588: );
2589:
2590: /*--------------------------------+
2591: | Standard check of p_commit |
2592: +--------------------------------*/
2593:
2594: IF FND_API.To_Boolean( p_commit_flag )
2595: THEN

Line 2769: | Standard start of API savepoint |

2765: from v$timer;
2766: END IF;
2767:
2768: /*------------------------------------+
2769: | Standard start of API savepoint |
2770: +------------------------------------*/
2771:
2772: SAVEPOINT ar_adjust_PUB;
2773:

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

2771:
2772: SAVEPOINT ar_adjust_PUB;
2773:
2774: /*--------------------------------------------------+
2775: | Standard call to check for call compatibility |
2776: +--------------------------------------------------*/
2777:
2778: IF NOT FND_API.Compatible_API_Call(
2779: l_api_version,

Line 3017: | Standard check of p_commit |

3013: p_data => p_msg_data
3014: );
3015:
3016: /*--------------------------------+
3017: | Standard check of p_commit |
3018: +--------------------------------*/
3019:
3020: IF FND_API.To_Boolean( p_commit_flag )
3021: THEN

Line 3213: | Standard start of API savepoint |

3209: from v$timer;
3210: END IF;
3211:
3212: /*------------------------------------+
3213: | Standard start of API savepoint |
3214: +------------------------------------*/
3215:
3216: SAVEPOINT ar_adjust_PUB;
3217:

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

3215:
3216: SAVEPOINT ar_adjust_PUB;
3217:
3218: /*--------------------------------------------------+
3219: | Standard call to check for call compatibility |
3220: +--------------------------------------------------*/
3221:
3222: IF NOT FND_API.Compatible_API_Call(
3223: l_api_version,

Line 3595: | Standard check of p_commit |

3591: p_data => p_msg_data
3592: );
3593:
3594: /*--------------------------------+
3595: | Standard check of p_commit |
3596: +--------------------------------*/
3597:
3598: IF FND_API.To_Boolean( p_commit_flag )
3599: THEN

Line 3777: | Standard start of API savepoint |

3773: from v$timer;
3774: END IF;
3775:
3776: /*------------------------------------+
3777: | Standard start of API savepoint |
3778: +------------------------------------*/
3779:
3780: SAVEPOINT ar_adjust_PUB;
3781:

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

3779:
3780: SAVEPOINT ar_adjust_PUB;
3781:
3782: /*--------------------------------------------------+
3783: | Standard call to check for call compatibility |
3784: +--------------------------------------------------*/
3785:
3786: IF NOT FND_API.Compatible_API_Call(
3787: l_api_version,

Line 4029: | Standard check of p_commit |

4025: p_data => p_msg_data
4026: );
4027:
4028: /*--------------------------------+
4029: | Standard check of p_commit |
4030: +--------------------------------*/
4031:
4032: IF FND_API.To_Boolean( p_commit_flag )
4033: THEN