DBA Data[Home] [Help]

APPS.CS_CHARGE_DETAILS_PVT dependencies on STANDARD

Line 1645: -- Standard start of API savepoint

1641:
1642: --DBMS_OUTPUT.PUT_LINE('BEGIN create_charge_details');
1643: --DBMS_OUTPUT.PUT_LINE('submit_error_message is '||p_est_detail_rec.submit_error_message);
1644:
1645: -- Standard start of API savepoint
1646: IF FND_API.To_Boolean(p_transaction_control) THEN
1647: SAVEPOINT Create_Charge_Details_PVT;
1648: END IF ;
1649:

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

1646: IF FND_API.To_Boolean(p_transaction_control) THEN
1647: SAVEPOINT Create_Charge_Details_PVT;
1648: END IF ;
1649:
1650: -- Standard call to check for call compatibility
1651: IF NOT FND_API.Compatible_API_Call(l_api_version,
1652: p_api_version,
1653: l_api_name,
1654: G_PKG_NAME) THEN

Line 2203: -- Standard check of p_commit

2199: END IF;
2200: END IF;
2201:
2202:
2203: -- Standard check of p_commit
2204: IF FND_API.To_Boolean(p_commit) THEN
2205: COMMIT WORK;
2206: END IF;
2207:

Line 2304: -- Standard start of API savepoint

2300: BEGIN
2301:
2302: --DBMS_OUTPUT.PUT_LINE('Updating Charge Details');
2303:
2304: -- Standard start of API savepoint
2305: IF FND_API.To_Boolean(p_transaction_control) THEN
2306: SAVEPOINT Update_Charge_Details_PVT;
2307: END IF ;
2308:

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

2305: IF FND_API.To_Boolean(p_transaction_control) THEN
2306: SAVEPOINT Update_Charge_Details_PVT;
2307: END IF ;
2308:
2309: -- Standard call to check for call compatibility
2310: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
2311: G_PKG_NAME) THEN
2312: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2313: END IF;

Line 2816: --Standard check of p_commit

2812: END IF;
2813: --
2814: --
2815:
2816: --Standard check of p_commit
2817: IF FND_API.To_Boolean(p_commit) THEN
2818: COMMIT WORK;
2819: END IF;
2820:

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

2817: IF FND_API.To_Boolean(p_commit) THEN
2818: COMMIT WORK;
2819: END IF;
2820:
2821: -- Standard call to get message count and if count is 1, get message info
2822: FND_MSG_PUB.Count_And_Get
2823: (p_count => x_msg_count,
2824: p_data => x_msg_data,
2825: p_encoded => FND_API.G_FALSE) ;

Line 2827: -- Standard check of p_commit

2823: (p_count => x_msg_count,
2824: p_data => x_msg_data,
2825: p_encoded => FND_API.G_FALSE) ;
2826:
2827: -- Standard check of p_commit
2828: IF FND_API.To_Boolean(p_commit) THEN
2829: COMMIT WORK;
2830: END IF;
2831:

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

2828: IF FND_API.To_Boolean(p_commit) THEN
2829: COMMIT WORK;
2830: END IF;
2831:
2832: -- Standard call to get message count and if count is 1, get message info
2833: FND_MSG_PUB.Count_And_Get
2834: ( p_count => x_msg_count,
2835: p_data => x_msg_data
2836: );

Line 2920: --Standard Start of API Savepoint

2916:
2917:
2918: BEGIN
2919:
2920: --Standard Start of API Savepoint
2921: IF FND_API.To_Boolean( p_transaction_control ) THEN
2922: SAVEPOINT Delete_Charge_Details_PUB ;
2923: END IF ;
2924:

Line 2925: --Standard Call to check API compatibility

2921: IF FND_API.To_Boolean( p_transaction_control ) THEN
2922: SAVEPOINT Delete_Charge_Details_PUB ;
2923: END IF ;
2924:
2925: --Standard Call to check API compatibility
2926: IF NOT FND_API.Compatible_API_Call(l_api_version,
2927: p_api_version,
2928: l_api_name,
2929: G_PKG_NAME) THEN

Line 3021: --Standard Check of p_commit

3017: CS_ESTIMATE_DETAILS
3018: WHERE ESTIMATE_DETAIL_ID = p_estimate_detail_id ;
3019:
3020: --End of API Body
3021: --Standard Check of p_commit
3022: IF FND_API.To_Boolean( p_commit ) THEN
3023: COMMIT WORK ;
3024: END IF ;
3025:

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

3022: IF FND_API.To_Boolean( p_commit ) THEN
3023: COMMIT WORK ;
3024: END IF ;
3025:
3026: --Standard call to get message count and if count is 1 , get message info
3027: FND_MSG_PUB.Count_And_Get(p_count =>x_msg_count,
3028: p_data => x_msg_data) ;
3029:
3030: --Begin Exception Handling

Line 3112: -- Standard start of API savepoint

3108: BEGIN
3109:
3110: --DBMS_OUTPUT.PUT_LINE('BEGIN copy_estimates');
3111:
3112: -- Standard start of API savepoint
3113: IF FND_API.To_Boolean(p_transaction_control) THEN
3114: SAVEPOINT Copy_Estimate_PVT;
3115: END IF ;
3116:

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

3113: IF FND_API.To_Boolean(p_transaction_control) THEN
3114: SAVEPOINT Copy_Estimate_PVT;
3115: END IF ;
3116:
3117: -- Standard call to check for call compatibility
3118: IF NOT FND_API.Compatible_API_Call(l_api_version,
3119: p_api_version,
3120: l_api_name,
3121: G_PKG_NAME) THEN

Line 3442: --Standard Check of p_commit

3438: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3439: END IF;
3440:
3441: --End of API Body
3442: --Standard Check of p_commit
3443: IF FND_API.To_Boolean( p_commit ) THEN
3444: COMMIT WORK ;
3445: END IF ;
3446:

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

3443: IF FND_API.To_Boolean( p_commit ) THEN
3444: COMMIT WORK ;
3445: END IF ;
3446:
3447: --Standard call to get message count and if count is 1 , get message info
3448: FND_MSG_PUB.Count_And_Get(p_count =>x_msg_count,
3449: p_data => x_msg_data) ;
3450:
3451:

Line 3649: --Standard Start of API Savepoint

3645: WHERE instance_id = p_instance_id;
3646:
3647: BEGIN
3648:
3649: --Standard Start of API Savepoint
3650: SAVEPOINT Validate_Charge_Details_PUB;
3651:
3652: --Initialize the API Return Success to True
3653: x_return_status := FND_API.G_RET_STS_SUCCESS;

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

15171:
15172: --------------------------------------------------------------------------------
15173: -- Procedure Name : PURGE_CHG_VALIDATIONS
15174: --
15175: -- Parameters (other than standard ones)
15176: -- IN
15177: -- p_object_type : Type of object for which this procedure is
15178: -- being called. (Here it will be 'SR')
15179: -- p_processing_set_id : Id that helps the API in identifying the

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

15439:
15440: --------------------------------------------------------------------------------
15441: -- Procedure Name : PURGE_CHARGES
15442: --
15443: -- Parameters (other than standard ones)
15444: -- IN
15445: -- p_object_type : Type of object for which this procedure is
15446: -- being called. (Here it will be 'SR')
15447: -- p_processing_set_id : Id that helps the API in identifying the