DBA Data[Home] [Help]

APPS.CSD_REFURBISH_IRO_GRP dependencies on STANDARD

Line 13: /* x_return_status Standard OUT param */

9: G_FILE_NAME CONSTANT VARCHAR2(12) := 'csdrirob.pls';
10:
11: /*--------------------------------------------------------------------*/
12: /* PROCEDURE Name : Get_PartySiteID */
13: /* x_return_status Standard OUT param */
14: /* x_msg_data Standard OUT param */
15: /* x_msg_count Standard OUT param */
16: /* p_site_use_type Site Use Type Like To_Ship or To_Bill */
17: /* p_cust_site_use_id Customer Site USe Id value */

Line 14: /* x_msg_data Standard OUT param */

10:
11: /*--------------------------------------------------------------------*/
12: /* PROCEDURE Name : Get_PartySiteID */
13: /* x_return_status Standard OUT param */
14: /* x_msg_data Standard OUT param */
15: /* x_msg_count Standard OUT param */
16: /* p_site_use_type Site Use Type Like To_Ship or To_Bill */
17: /* p_cust_site_use_id Customer Site USe Id value */
18: /* x_party_site_use_id Party Site Use Id OUT value */

Line 15: /* x_msg_count Standard OUT param */

11: /*--------------------------------------------------------------------*/
12: /* PROCEDURE Name : Get_PartySiteID */
13: /* x_return_status Standard OUT param */
14: /* x_msg_data Standard OUT param */
15: /* x_msg_count Standard OUT param */
16: /* p_site_use_type Site Use Type Like To_Ship or To_Bill */
17: /* p_cust_site_use_id Customer Site USe Id value */
18: /* x_party_site_use_id Party Site Use Id OUT value */
19: /* Description : Takes Customer site use Id and site use type */

Line 145: --- Standard call to get message count and if count is greater then 1, get message info

141: Exception
142: When Fnd_Api.G_Exc_Error Then
143: x_return_status := Fnd_Api.G_Ret_Sts_Error ;
144:
145: --- Standard call to get message count and if count is greater then 1, get message info
146: FND_MSG_PUB.Count_And_Get
147: (p_count => x_msg_count,
148: p_data => x_msg_data );
149: When Others Then

Line 185: /* P_api_version Standard In param */

181: /*-- If messgage count is greater then 1 then API does not return error message calling */
182: /*-- program should handle getting all the error message from message stack. */
183: /*-----------------------------------------------------------------------------------------*/
184: /* Procedure Name : Create_InternalRO */
185: /* P_api_version Standard In param */
186: /* P_init_msg_list Standard In param */
187: /* P_commit Standard In param */
188: /* P_validation_level Standard In param */
189: /* x_return_status Standard Out param */

Line 186: /* P_init_msg_list Standard In param */

182: /*-- program should handle getting all the error message from message stack. */
183: /*-----------------------------------------------------------------------------------------*/
184: /* Procedure Name : Create_InternalRO */
185: /* P_api_version Standard In param */
186: /* P_init_msg_list Standard In param */
187: /* P_commit Standard In param */
188: /* P_validation_level Standard In param */
189: /* x_return_status Standard Out param */
190: /* x_msg_count Standard Out param */

Line 187: /* P_commit Standard In param */

183: /*-----------------------------------------------------------------------------------------*/
184: /* Procedure Name : Create_InternalRO */
185: /* P_api_version Standard In param */
186: /* P_init_msg_list Standard In param */
187: /* P_commit Standard In param */
188: /* P_validation_level Standard In param */
189: /* x_return_status Standard Out param */
190: /* x_msg_count Standard Out param */
191: /* x_msg_data Standard Out param */

Line 188: /* P_validation_level Standard In param */

184: /* Procedure Name : Create_InternalRO */
185: /* P_api_version Standard In param */
186: /* P_init_msg_list Standard In param */
187: /* P_commit Standard In param */
188: /* P_validation_level Standard In param */
189: /* x_return_status Standard Out param */
190: /* x_msg_count Standard Out param */
191: /* x_msg_data Standard Out param */
192: /* P_req_header_id_in Requisition Header Id for IO1 (Required) */

Line 189: /* x_return_status Standard Out param */

185: /* P_api_version Standard In param */
186: /* P_init_msg_list Standard In param */
187: /* P_commit Standard In param */
188: /* P_validation_level Standard In param */
189: /* x_return_status Standard Out param */
190: /* x_msg_count Standard Out param */
191: /* x_msg_data Standard Out param */
192: /* P_req_header_id_in Requisition Header Id for IO1 (Required) */
193: /* P_internal_SO_header_id_in Internal SO header Id for IO1 (Required) */

Line 190: /* x_msg_count Standard Out param */

186: /* P_init_msg_list Standard In param */
187: /* P_commit Standard In param */
188: /* P_validation_level Standard In param */
189: /* x_return_status Standard Out param */
190: /* x_msg_count Standard Out param */
191: /* x_msg_data Standard Out param */
192: /* P_req_header_id_in Requisition Header Id for IO1 (Required) */
193: /* P_internal_SO_header_id_in Internal SO header Id for IO1 (Required) */
194: /* P_req_header_id_out Requisition Header Id for IO2 (Required) */

Line 191: /* x_msg_data Standard Out param */

187: /* P_commit Standard In param */
188: /* P_validation_level Standard In param */
189: /* x_return_status Standard Out param */
190: /* x_msg_count Standard Out param */
191: /* x_msg_data Standard Out param */
192: /* P_req_header_id_in Requisition Header Id for IO1 (Required) */
193: /* P_internal_SO_header_id_in Internal SO header Id for IO1 (Required) */
194: /* P_req_header_id_out Requisition Header Id for IO2 (Required) */
195: /* P_internal_SO_header_id_out Internal SO header Id for IO2 (Required) */

Line 469: -- Standard Start of API savepoint

465: Begin
466: If Fnd_Log.Level_Procedure >= Fnd_Log.G_Current_Runtime_Level Then
467: Fnd_Log.String(Fnd_Log.Level_Procedure,C_Module || 'Begin','Begining of procedure : Create_InternalRO ');
468: End If;
469: -- Standard Start of API savepoint
470: Savepoint Create_InternalRO;
471:
472: -- Standard call to check for call compatibility.
473: If Not FND_API.Compatible_API_Call (c_api_version,

Line 472: -- Standard call to check for call compatibility.

468: End If;
469: -- Standard Start of API savepoint
470: Savepoint Create_InternalRO;
471:
472: -- Standard call to check for call compatibility.
473: If Not FND_API.Compatible_API_Call (c_api_version,
474: p_api_version, c_api_name , G_PKG_NAME )
475: Then
476: IF Fnd_Log.Level_Procedure >= Fnd_Log.G_Current_Runtime_Level Then

Line 1340: -- Standard check of p_commit.

1336:
1337:
1338: End If;
1339:
1340: -- Standard check of p_commit.
1341: IF FND_API.To_Boolean( p_commit ) THEN
1342: COMMIT WORK;
1343: END IF;
1344: If Fnd_Log.Level_Error >= Fnd_Log.G_Current_Runtime_Level Then

Line 1352: --- Standard call to get error messages if count is Null

1348: Exception
1349: When FND_API.G_EXC_UNEXPECTED_ERROR Then
1350: -- If there is an error then rollback all database transactions for this API
1351: Rollback To Create_InternalRO;
1352: --- Standard call to get error messages if count is Null
1353: FND_MSG_PUB.Count_And_Get
1354: (p_count => x_msg_count,
1355: p_data => x_msg_data ) ;
1356: x_return_status := FND_API.G_RET_STS_ERROR ;

Line 1361: --- Standard call to get error messages if count is Null

1357:
1358: When FND_API.G_EXC_ERROR Then
1359: -- If there is an error then rollback all database transactions for this API
1360: Rollback To Create_InternalRO;
1361: --- Standard call to get error messages if count is Null
1362: FND_MSG_PUB.Count_And_Get
1363: (p_count => x_msg_count,
1364: p_data => x_msg_data );
1365: x_return_status := FND_API.G_RET_STS_ERROR ;