DBA Data[Home] [Help]

APPS.CS_CHARGE_DETAILS_PVT dependencies on STANDARD

Line 1745: -- Standard start of API savepoint

1741:
1742: --DBMS_OUTPUT.PUT_LINE('BEGIN create_charge_details');
1743: --DBMS_OUTPUT.PUT_LINE('submit_error_message is '||p_est_detail_rec.submit_error_message);
1744:
1745: -- Standard start of API savepoint
1746: IF FND_API.To_Boolean(p_transaction_control) THEN
1747: SAVEPOINT Create_Charge_Details_PVT;
1748: END IF ;
1749:

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

1746: IF FND_API.To_Boolean(p_transaction_control) THEN
1747: SAVEPOINT Create_Charge_Details_PVT;
1748: END IF ;
1749:
1750: -- Standard call to check for call compatibility
1751: IF NOT FND_API.Compatible_API_Call(l_api_version,
1752: p_api_version,
1753: l_api_name,
1754: G_PKG_NAME) THEN

Line 2338: -- Standard check of p_commit

2334: END IF;
2335: END IF;
2336:
2337:
2338: -- Standard check of p_commit
2339: IF FND_API.To_Boolean(p_commit) THEN
2340: COMMIT WORK;
2341: END IF;
2342:

Line 2439: -- Standard start of API savepoint

2435: BEGIN
2436:
2437: --DBMS_OUTPUT.PUT_LINE('Updating Charge Details');
2438:
2439: -- Standard start of API savepoint
2440: IF FND_API.To_Boolean(p_transaction_control) THEN
2441: SAVEPOINT Update_Charge_Details_PVT;
2442: END IF ;
2443:

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

2440: IF FND_API.To_Boolean(p_transaction_control) THEN
2441: SAVEPOINT Update_Charge_Details_PVT;
2442: END IF ;
2443:
2444: -- Standard call to check for call compatibility
2445: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
2446: G_PKG_NAME) THEN
2447: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2448: END IF;

Line 2964: --Standard check of p_commit

2960: END IF;
2961: --
2962: --
2963:
2964: --Standard check of p_commit
2965: IF FND_API.To_Boolean(p_commit) THEN
2966: COMMIT WORK;
2967: END IF;
2968:

Line 2969: -- Standard call to get message count and if count is 1, get message info

2965: IF FND_API.To_Boolean(p_commit) THEN
2966: COMMIT WORK;
2967: END IF;
2968:
2969: -- Standard call to get message count and if count is 1, get message info
2970: FND_MSG_PUB.Count_And_Get
2971: (p_count => x_msg_count,
2972: p_data => x_msg_data,
2973: p_encoded => FND_API.G_FALSE) ;

Line 2975: -- Standard check of p_commit

2971: (p_count => x_msg_count,
2972: p_data => x_msg_data,
2973: p_encoded => FND_API.G_FALSE) ;
2974:
2975: -- Standard check of p_commit
2976: IF FND_API.To_Boolean(p_commit) THEN
2977: COMMIT WORK;
2978: END IF;
2979:

Line 2980: -- Standard call to get message count and if count is 1, get message info

2976: IF FND_API.To_Boolean(p_commit) THEN
2977: COMMIT WORK;
2978: END IF;
2979:
2980: -- Standard call to get message count and if count is 1, get message info
2981: FND_MSG_PUB.Count_And_Get
2982: ( p_count => x_msg_count,
2983: p_data => x_msg_data
2984: );

Line 3068: --Standard Start of API Savepoint

3064:
3065:
3066: BEGIN
3067:
3068: --Standard Start of API Savepoint
3069: IF FND_API.To_Boolean( p_transaction_control ) THEN
3070: SAVEPOINT Delete_Charge_Details_PUB ;
3071: END IF ;
3072:

Line 3073: --Standard Call to check API compatibility

3069: IF FND_API.To_Boolean( p_transaction_control ) THEN
3070: SAVEPOINT Delete_Charge_Details_PUB ;
3071: END IF ;
3072:
3073: --Standard Call to check API compatibility
3074: IF NOT FND_API.Compatible_API_Call(l_api_version,
3075: p_api_version,
3076: l_api_name,
3077: G_PKG_NAME) THEN

Line 3169: --Standard Check of p_commit

3165: CS_ESTIMATE_DETAILS
3166: WHERE ESTIMATE_DETAIL_ID = p_estimate_detail_id ;
3167:
3168: --End of API Body
3169: --Standard Check of p_commit
3170: IF FND_API.To_Boolean( p_commit ) THEN
3171: COMMIT WORK ;
3172: END IF ;
3173:

Line 3174: --Standard call to get message count and if count is 1 , get message info

3170: IF FND_API.To_Boolean( p_commit ) THEN
3171: COMMIT WORK ;
3172: END IF ;
3173:
3174: --Standard call to get message count and if count is 1 , get message info
3175: FND_MSG_PUB.Count_And_Get(p_count =>x_msg_count,
3176: p_data => x_msg_data) ;
3177:
3178: --Begin Exception Handling

Line 3260: -- Standard start of API savepoint

3256: BEGIN
3257:
3258: --DBMS_OUTPUT.PUT_LINE('BEGIN copy_estimates');
3259:
3260: -- Standard start of API savepoint
3261: IF FND_API.To_Boolean(p_transaction_control) THEN
3262: SAVEPOINT Copy_Estimate_PVT;
3263: END IF ;
3264:

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

3261: IF FND_API.To_Boolean(p_transaction_control) THEN
3262: SAVEPOINT Copy_Estimate_PVT;
3263: END IF ;
3264:
3265: -- Standard call to check for call compatibility
3266: IF NOT FND_API.Compatible_API_Call(l_api_version,
3267: p_api_version,
3268: l_api_name,
3269: G_PKG_NAME) THEN

Line 3592: --Standard Check of p_commit

3588: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3589: END IF;
3590:
3591: --End of API Body
3592: --Standard Check of p_commit
3593: IF FND_API.To_Boolean( p_commit ) THEN
3594: COMMIT WORK ;
3595: END IF ;
3596:

Line 3597: --Standard call to get message count and if count is 1 , get message info

3593: IF FND_API.To_Boolean( p_commit ) THEN
3594: COMMIT WORK ;
3595: END IF ;
3596:
3597: --Standard call to get message count and if count is 1 , get message info
3598: FND_MSG_PUB.Count_And_Get(p_count =>x_msg_count,
3599: p_data => x_msg_data) ;
3600:
3601:

Line 3926: --Standard Start of API Savepoint

3922: BEGIN
3923:
3924:
3925:
3926: --Standard Start of API Savepoint
3927: SAVEPOINT Validate_Charge_Details_PUB;
3928:
3929: --Initialize the API Return Success to True
3930: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 16746: -- Parameters (other than standard ones)

16742:
16743: --------------------------------------------------------------------------------
16744: -- Procedure Name : PURGE_CHG_VALIDATIONS
16745: --
16746: -- Parameters (other than standard ones)
16747: -- IN
16748: -- p_object_type : Type of object for which this procedure is
16749: -- being called. (Here it will be 'SR')
16750: -- p_processing_set_id : Id that helps the API in identifying the

Line 17014: -- Parameters (other than standard ones)

17010:
17011: --------------------------------------------------------------------------------
17012: -- Procedure Name : PURGE_CHARGES
17013: --
17014: -- Parameters (other than standard ones)
17015: -- IN
17016: -- p_object_type : Type of object for which this procedure is
17017: -- being called. (Here it will be 'SR')
17018: -- p_processing_set_id : Id that helps the API in identifying the