DBA Data[Home] [Help]

APPS.CST_MGD_INFL_ADJUSTMENT_PUB dependencies on STANDARD

Line 95: -- Standard call to check for call compatibility

91: L_API_NAME CONSTANT VARCHAR2(30) := 'Create_Historical_Cost';
92: l_historical_infl_adj_rec Inflation_Adjustment_Rec_Type;
93: BEGIN
94:
95: -- Standard call to check for call compatibility
96: IF NOT FND_API.Compatible_API_Call
97: ( l_api_version_number
98: , p_api_version_number
99: , L_API_NAME

Line 231: -- Standard call to check for call compatibility

227: l_api_version_number NUMBER := 1.0;
228: L_API_NAME CONSTANT VARCHAR2(30) := 'Delete_All_Historical_Costs';
229: BEGIN
230:
231: -- Standard call to check for call compatibility
232: IF NOT FND_API.Compatible_API_Call
233: ( l_api_version_number
234: , p_api_version_number
235: , L_API_NAME