DBA Data[Home] [Help]

APPS.CSD_REFURBISH_IRO_GRP dependencies on CSD_PROCESS_UTIL

Line 26: /* csd_process_utils package. Discuss with Vivek */

22: /*--------------------------------------------------------------------*/
23: /*--------------------------------------------------------------------*/
24: /* Note : this procedure is also used by Vivek's API, since this */
25: /* is commonly used, it will be better if it is moved to */
26: /* csd_process_utils package. Discuss with Vivek */
27: /*--------------------------------------------------------------------*/
28:
29: Procedure Get_PartySiteId
30: (

Line 65: CSD_PROCESS_UTIL.Check_Reqd_Param

61: Fnd_Log.String(Fnd_Log.Level_Statement,C_Module || '.In_Parameter_Validation',
62: 'Checking if required input parameter cust_Site_Use_id is Null');
63: End If;
64: -- Check the required parameter(p_Cust_Site_Use_Id)
65: CSD_PROCESS_UTIL.Check_Reqd_Param
66: ( p_param_value => p_Cust_Site_Use_Id,
67: p_param_name => 'Cust_Site_Use_Id',
68: p_api_name => C_API_Name);
69:

Line 76: CSD_PROCESS_UTIL.Check_Reqd_Param

72: 'Checking if required input parameter Site_Use_Type is Null');
73: End If;
74:
75: -- Check the required parameter(p_Site_Use_Type)
76: CSD_PROCESS_UTIL.Check_Reqd_Param
77: ( p_param_value => p_Site_Use_Type,
78: p_param_name => 'Site_Use_Type',
79: p_api_name => C_API_Name);
80:

Line 502: CSD_PROCESS_UTIL.Check_Reqd_Param

498: Fnd_Log.String(Fnd_Log.Level_Statement,C_Module || '.In_Parameter_Validation',
499: 'Checking if required input parameter Req_Header_id_in is Null');
500: End If;
501: -- Check the required parameter(p_Req_Header_Id_In)
502: CSD_PROCESS_UTIL.Check_Reqd_Param
503: ( p_param_value => p_Req_Header_Id_In,
504: p_param_name => 'Req_Header_Id_In',
505: p_api_name => C_API_Name);
506:

Line 512: CSD_PROCESS_UTIL.Check_Reqd_Param

508: Fnd_Log.String(Fnd_Log.Level_Statement,C_Module || '.In_Parameter_Validation',
509: 'Checking if required input parameter Req_Header_id_Out is Null');
510: End If;
511: -- Check the required parameter(p_Req_Header_Id_Out)
512: CSD_PROCESS_UTIL.Check_Reqd_Param
513: ( p_param_value => p_Req_Header_Id_Out,
514: p_param_name => 'Req_Header_Id_Out',
515: p_api_name => C_API_Name);
516:

Line 522: CSD_PROCESS_UTIL.Check_Reqd_Param

518: Fnd_Log.String(Fnd_Log.Level_Statement,C_Module || '.In_Parameter_Validation',
519: 'Checking if required input parameter ISO_Header_Id_In is Null');
520: End If;
521: -- Check the required parameter(p_ISO_Header_Id_In)
522: CSD_PROCESS_UTIL.Check_Reqd_Param
523: ( p_param_value => p_ISO_Header_Id_In,
524: p_param_name => 'ISO_Header_Id_In',
525: p_api_name => C_API_Name);
526: If Fnd_Log.Level_Statement >= Fnd_Log.G_Current_Runtime_Level Then

Line 531: CSD_PROCESS_UTIL.Check_Reqd_Param

527: Fnd_Log.String(Fnd_Log.Level_Statement,C_Module || '.In_Parameter_Validation',
528: 'Checking if required input parameter ISO_Header_Id_Out is Null');
529: End If;
530: -- Check the required parameter(p_ISO_Header_Id_Out)
531: CSD_PROCESS_UTIL.Check_Reqd_Param
532: ( p_param_value => p_ISO_Header_Id_Out,
533: p_param_name => 'ISO_Header_Id_Out',
534: p_api_name => C_API_Name);
535: