DBA Data[Home] [Help]

APPS.CS_COST_DETAILS_PVT dependencies on STANDARD

Line 1422: -- Standard start of API savepoint

1418: WHERE estimate_Detail_id = p_estimate_detail_id;
1419:
1420:
1421: BEGIN
1422: -- Standard start of API savepoint
1423: IF FND_API.To_Boolean(p_transaction_control) THEN
1424: SAVEPOINT Create_Cost_Details_PVT;
1425: END IF ;
1426: -- Standard call to check for call compatibility

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

1422: -- Standard start of API savepoint
1423: IF FND_API.To_Boolean(p_transaction_control) THEN
1424: SAVEPOINT Create_Cost_Details_PVT;
1425: END IF ;
1426: -- Standard call to check for call compatibility
1427: IF NOT FND_API.Compatible_API_Call(l_api_version,
1428: p_api_version,
1429: l_api_name,
1430: G_PKG_NAME) THEN

Line 2129: -- Standard start of API savepoint

2125: FROM cs_cost_details
2126: WHERE estimate_Detail_id = p_estimate_detail_id;
2127:
2128: BEGIN
2129: -- Standard start of API savepoint
2130: IF FND_API.To_Boolean(p_transaction_control) THEN
2131: SAVEPOINT Update_Cost_Details_PVT;
2132: END IF ;
2133: -- Standard call to check for call compatibility

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

2129: -- Standard start of API savepoint
2130: IF FND_API.To_Boolean(p_transaction_control) THEN
2131: SAVEPOINT Update_Cost_Details_PVT;
2132: END IF ;
2133: -- Standard call to check for call compatibility
2134: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
2135: THEN
2136: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2137: END IF;

Line 2601: -- Standard check of p_commit

2597: );
2598:
2599:
2600:
2601: -- Standard check of p_commit
2602: IF FND_API.To_Boolean(p_commit) THEN
2603: COMMIT ;
2604:
2605: END IF;

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

2603: COMMIT ;
2604:
2605: END IF;
2606:
2607: -- Standard call to get message count and if count is 1, get message info
2608: FND_MSG_PUB.Count_And_Get
2609: ( p_count => x_msg_count,
2610: p_data => x_msg_data
2611: );

Line 2702: --Standard Start of API Savepoint

2698: l_valid_check VARCHAR2(1);
2699:
2700: BEGIN
2701:
2702: --Standard Start of API Savepoint
2703: IF FND_API.To_Boolean( p_transaction_control ) THEN
2704: SAVEPOINT Delete_Cost_Details_PVT ;
2705: END IF ;
2706: --Standard Call to check API compatibility

Line 2706: --Standard Call to check API compatibility

2702: --Standard Start of API Savepoint
2703: IF FND_API.To_Boolean( p_transaction_control ) THEN
2704: SAVEPOINT Delete_Cost_Details_PVT ;
2705: END IF ;
2706: --Standard Call to check API compatibility
2707: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
2708: THEN
2709: RAISE FND_API.G_EXC_UNEXPECTED_ERROR ;
2710: END IF ;

Line 2819: --Standard Check of p_commit

2815: delete from cs_cost_details where
2816: cost_id = p_cost_id;
2817:
2818: --End of API Body
2819: --Standard Check of p_commit
2820: IF FND_API.To_Boolean( p_commit ) THEN
2821: COMMIT WORK ;
2822: END IF ;
2823:

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

2820: IF FND_API.To_Boolean( p_commit ) THEN
2821: COMMIT WORK ;
2822: END IF ;
2823:
2824: --Standard call to get message count and if count is 1 , get message info
2825: FND_MSG_PUB.Count_And_Get(p_count =>x_msg_count,
2826: p_data => x_msg_data) ;
2827:
2828: --Begin Exception Handling

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

4338:
4339: --------------------------------------------------------------------------------
4340: -- Procedure Name : PURGE_COST
4341: --
4342: -- Parameters (other than standard ones)
4343: -- IN
4344: -- p_object_type : Type of object for which this procedure is
4345: -- being called. (Here it will be 'SR')
4346: -- p_processing_set_id : Id that helps the API in identifying the