DBA Data[Home] [Help]

APPS.CS_CHARGE_DETAILS_PUB dependencies on STANDARD

Line 107: -- Standard Start of API Savepoint

103:
104:
105: BEGIN
106:
107: -- Standard Start of API Savepoint
108: IF FND_API.To_Boolean( p_transaction_control ) THEN
109: SAVEPOINT Create_Charge_Details_PUB ;
110: END IF ;
111:

Line 112: -- Standard Call to check API compatibility

108: IF FND_API.To_Boolean( p_transaction_control ) THEN
109: SAVEPOINT Create_Charge_Details_PUB ;
110: END IF ;
111:
112: -- Standard Call to check API compatibility
113: IF NOT FND_API.Compatible_API_Call( l_api_version,
114: p_api_version,
115: l_api_name,
116: G_PKG_NAME) THEN

Line 231: --standard Check of p_commit

227: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
228: END IF;
229:
230: --End of API Body
231: --standard Check of p_commit
232: IF FND_API.To_Boolean( p_commit ) THEN
233: COMMIT WORK ;
234: END IF ;
235:

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

232: IF FND_API.To_Boolean( p_commit ) THEN
233: COMMIT WORK ;
234: END IF ;
235:
236: --Standard call to get message count and if count is 1 , get message info
237: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
238: p_data => x_msg_data,
239: p_encoded => FND_API.G_FALSE) ;
240: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level

Line 354: --standard Check of p_commit

350: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
351: END IF;
352:
353: --End of API Body
354: --standard Check of p_commit
355: IF FND_API.To_Boolean( p_commit ) THEN
356: COMMIT WORK ;
357: END IF ;
358:

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

355: IF FND_API.To_Boolean( p_commit ) THEN
356: COMMIT WORK ;
357: END IF ;
358:
359: --Standard call to get message count and if count is 1 , get message info
360: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
361: p_data => x_msg_data,
362: p_encoded => FND_API.G_FALSE) ;
363:

Line 509: -- Standard Start of API Savepoint

505: l_return_status VARCHAR2(1) ;
506:
507: BEGIN
508:
509: -- Standard Start of API Savepoint
510: IF FND_API.To_Boolean( p_transaction_control ) THEN
511: SAVEPOINT Update_Charge_Details_PUB ;
512: END IF ;
513:

Line 514: --Standard Call to check API compatibility

510: IF FND_API.To_Boolean( p_transaction_control ) THEN
511: SAVEPOINT Update_Charge_Details_PUB ;
512: END IF ;
513:
514: --Standard Call to check API compatibility
515: IF NOT FND_API.Compatible_API_Call(l_api_version,
516: p_api_version,
517: l_api_name,
518: G_PKG_NAME )THEN

Line 621: --Standard Check of p_commit

617: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
618: END IF;
619:
620: --End of API Body
621: --Standard Check of p_commit
622: IF FND_API.To_Boolean( p_commit ) THEN
623: COMMIT WORK ;
624: END IF ;
625:

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

622: IF FND_API.To_Boolean( p_commit ) THEN
623: COMMIT WORK ;
624: END IF ;
625:
626: --Standard call to get message count and if count is 1 , get message info
627: FND_MSG_PUB.Count_And_Get(p_count =>x_msg_count,
628: p_data => x_msg_data) ;
629:
630: --Begin Exception Handling

Line 693: -- Standard Start of API Savepoint

689: IF l_return_status =FND_API.G_RET_STS_SUCCESS
690: and p_update_cost_detail ='Y'
691: and p_Charges_Rec.estimate_Detail_id IS NOT NULL then
692:
693: -- Standard Start of API Savepoint
694: IF FND_API.To_Boolean( p_transaction_control ) THEN
695: SAVEPOINT Update_Charge_Cost_Details_PUB ;
696: END IF ;
697:

Line 734: --standard Check of p_commit

730: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
731: END IF;
732:
733: --End of API Body
734: --standard Check of p_commit
735: IF FND_API.To_Boolean( p_commit ) THEN
736: COMMIT WORK ;
737: END IF ;
738:

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

735: IF FND_API.To_Boolean( p_commit ) THEN
736: COMMIT WORK ;
737: END IF ;
738:
739: --Standard call to get message count and if count is 1 , get message info
740: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
741: p_data => x_msg_data,
742: p_encoded => FND_API.G_FALSE) ;
743: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level

Line 875: -- Standard Start of API Savepoint

871: l_cost_id NUMBER;
872:
873: BEGIN
874:
875: -- Standard Start of API Savepoint
876: IF FND_API.To_Boolean( p_transaction_control ) THEN
877: SAVEPOINT Delete_Charge_Details_PUB ;
878: END IF ;
879:

Line 880: -- Standard Call to check API compatibility

876: IF FND_API.To_Boolean( p_transaction_control ) THEN
877: SAVEPOINT Delete_Charge_Details_PUB ;
878: END IF ;
879:
880: -- Standard Call to check API compatibility
881: IF NOT FND_API.Compatible_API_Call(l_api_version,
882: p_api_version,
883: l_api_name,
884: G_PKG_NAME ) THEN

Line 964: -- Standard Check of p_commit

960: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
961: END IF;
962:
963: -- End of API Body
964: -- Standard Check of p_commit
965: IF FND_API.To_Boolean( p_commit ) THEN
966: COMMIT WORK ;
967: END IF ;
968:

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

965: IF FND_API.To_Boolean( p_commit ) THEN
966: COMMIT WORK ;
967: END IF ;
968:
969: --Standard call to get message count and if count is 1 , get message info
970: FND_MSG_PUB.Count_And_Get(p_count =>x_msg_count,
971: p_data => x_msg_data) ;
972:
973: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level

Line 1031: -- Standard Start of API Savepoint

1027:
1028:
1029:
1030: IF l_return_status = FND_API.G_RET_STS_SUCCESS then
1031: -- Standard Start of API Savepoint
1032: IF FND_API.To_Boolean( p_transaction_control ) THEN
1033: SAVEPOINT Delete_Charge_Cost_Details_PUB ;
1034: END IF ;
1035:

Line 1165: -- Standard Start of API Savepoint

1161: BEGIN
1162:
1163: --DBMS_OUTPUT.PUT_LINE('in Public API');
1164:
1165: -- Standard Start of API Savepoint
1166: IF FND_API.To_Boolean( p_transaction_control ) THEN
1167: SAVEPOINT Copy_Estimates_PUB ;
1168: END IF ;
1169:

Line 1170: -- Standard Call to check API compatibility

1166: IF FND_API.To_Boolean( p_transaction_control ) THEN
1167: SAVEPOINT Copy_Estimates_PUB ;
1168: END IF ;
1169:
1170: -- Standard Call to check API compatibility
1171: IF NOT FND_API.Compatible_API_Call(l_api_version,
1172: p_api_version,
1173: l_api_name,
1174: G_PKG_NAME ) THEN

Line 1242: -- Standard Check of p_commit

1238: END IF;
1239:
1240:
1241: -- End of API Body
1242: -- Standard Check of p_commit
1243: IF FND_API.To_Boolean( p_commit ) THEN
1244: COMMIT WORK ;
1245: END IF ;
1246:

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

1243: IF FND_API.To_Boolean( p_commit ) THEN
1244: COMMIT WORK ;
1245: END IF ;
1246:
1247: --Standard call to get message count and if count is 1 , get message info
1248: FND_MSG_PUB.Count_And_Get(p_count =>x_msg_count,
1249: p_data => x_msg_data) ;
1250:
1251: --Begin Exception Handling