DBA Data[Home] [Help]

APPS.CS_ERES_INT_PKG dependencies on STANDARD

Line 25: -- 4. X_Return_status - Standard API return status.

21: -- be updated to the intermediate status.
22: -- c. ERROR - Indicating that the SR Approval process is failed. The service request
23: -- should be updated to the initial status.
24: --
25: -- 4. X_Return_status - Standard API return status.
26: -- 5. X_Msg_count - Standard API parameter. Count of error or warning messages.
27: -- 6. X_Msg_data - Standard API parameter. Concatenated string of error or warning messages.
28: --
29: PROCEDURE Start_Approval_Process

Line 26: -- 5. X_Msg_count - Standard API parameter. Count of error or warning messages.

22: -- c. ERROR - Indicating that the SR Approval process is failed. The service request
23: -- should be updated to the initial status.
24: --
25: -- 4. X_Return_status - Standard API return status.
26: -- 5. X_Msg_count - Standard API parameter. Count of error or warning messages.
27: -- 6. X_Msg_data - Standard API parameter. Concatenated string of error or warning messages.
28: --
29: PROCEDURE Start_Approval_Process
30: ( P_Incident_id IN NUMBER,

Line 27: -- 6. X_Msg_data - Standard API parameter. Concatenated string of error or warning messages.

23: -- should be updated to the initial status.
24: --
25: -- 4. X_Return_status - Standard API return status.
26: -- 5. X_Msg_count - Standard API parameter. Count of error or warning messages.
27: -- 6. X_Msg_data - Standard API parameter. Concatenated string of error or warning messages.
28: --
29: PROCEDURE Start_Approval_Process
30: ( P_Incident_id IN NUMBER,
31: P_Incident_type_id IN NUMBER,

Line 53: -- 3. X_Return_status - Standard API return status.

49: -- 1. P_Incident_ID - Service Request Identifier to fetch the SR details that are required
50: -- to generate the XML document essential for SR approval process.
51: -- 2. P_Detailed_XML_Reqd - An Indicator whether to generate a detailed XML document or a lighter version
52: -- XML document.
53: -- 3. X_Return_status - Standard API return status.
54: -- 4. X_Msg_count - Standard API parameter. Count of error or warning messages.
55: -- 5. X_Msg_data - Standard API parameter. Concatenated string of error or warning messages.
56: --
57:

Line 54: -- 4. X_Msg_count - Standard API parameter. Count of error or warning messages.

50: -- to generate the XML document essential for SR approval process.
51: -- 2. P_Detailed_XML_Reqd - An Indicator whether to generate a detailed XML document or a lighter version
52: -- XML document.
53: -- 3. X_Return_status - Standard API return status.
54: -- 4. X_Msg_count - Standard API parameter. Count of error or warning messages.
55: -- 5. X_Msg_data - Standard API parameter. Concatenated string of error or warning messages.
56: --
57:
58: FUNCTION Generate_XML_Document

Line 55: -- 5. X_Msg_data - Standard API parameter. Concatenated string of error or warning messages.

51: -- 2. P_Detailed_XML_Reqd - An Indicator whether to generate a detailed XML document or a lighter version
52: -- XML document.
53: -- 3. X_Return_status - Standard API return status.
54: -- 4. X_Msg_count - Standard API parameter. Count of error or warning messages.
55: -- 5. X_Msg_data - Standard API parameter. Concatenated string of error or warning messages.
56: --
57:
58: FUNCTION Generate_XML_Document
59: ( P_Incident_Id IN NUMBER,

Line 70: -- 3. X_Return_status - Standard API return status.

66: --
67: -- Parameters
68: -- 1. P_Incident_Id - Service Request Identifier to update service request doing post approval process.
69: -- 2. P_Intermediate_Status_Id - Intermediate Status identifier to derive the target status of the service request.
70: -- 3. X_Return_status - Standard API return status.
71: -- 4. X_Msg_count - Standard API parameter. Count of error or warning messages.
72: -- 5. X_Msg_data - Standard API parameter. Concatenated string of error or warning messages.
73: --
74: PROCEDURE Post_Approval_Process

Line 71: -- 4. X_Msg_count - Standard API parameter. Count of error or warning messages.

67: -- Parameters
68: -- 1. P_Incident_Id - Service Request Identifier to update service request doing post approval process.
69: -- 2. P_Intermediate_Status_Id - Intermediate Status identifier to derive the target status of the service request.
70: -- 3. X_Return_status - Standard API return status.
71: -- 4. X_Msg_count - Standard API parameter. Count of error or warning messages.
72: -- 5. X_Msg_data - Standard API parameter. Concatenated string of error or warning messages.
73: --
74: PROCEDURE Post_Approval_Process
75: ( P_Incident_id IN NUMBER,

Line 72: -- 5. X_Msg_data - Standard API parameter. Concatenated string of error or warning messages.

68: -- 1. P_Incident_Id - Service Request Identifier to update service request doing post approval process.
69: -- 2. P_Intermediate_Status_Id - Intermediate Status identifier to derive the target status of the service request.
70: -- 3. X_Return_status - Standard API return status.
71: -- 4. X_Msg_count - Standard API parameter. Count of error or warning messages.
72: -- 5. X_Msg_data - Standard API parameter. Concatenated string of error or warning messages.
73: --
74: PROCEDURE Post_Approval_Process
75: ( P_Incident_id IN NUMBER,
76: P_Intermediate_Status_Id IN NUMBER ) ;

Line 92: -- 4. X_Return_status - Standard API return status.

88: -- Description :
89: --
90: -- Parameters
91: --
92: -- 4. X_Return_status - Standard API return status.
93: -- 5. X_Msg_count - Standard API parameter. Count of error or warning messages.
94: -- 6. X_Msg_data - Standard API parameter. Concatenated string of error or warning messages.
95: --
96:

Line 93: -- 5. X_Msg_count - Standard API parameter. Count of error or warning messages.

89: --
90: -- Parameters
91: --
92: -- 4. X_Return_status - Standard API return status.
93: -- 5. X_Msg_count - Standard API parameter. Count of error or warning messages.
94: -- 6. X_Msg_data - Standard API parameter. Concatenated string of error or warning messages.
95: --
96:
97: PROCEDURE Get_Target_SR_Status

Line 94: -- 6. X_Msg_data - Standard API parameter. Concatenated string of error or warning messages.

90: -- Parameters
91: --
92: -- 4. X_Return_status - Standard API return status.
93: -- 5. X_Msg_count - Standard API parameter. Count of error or warning messages.
94: -- 6. X_Msg_data - Standard API parameter. Concatenated string of error or warning messages.
95: --
96:
97: PROCEDURE Get_Target_SR_Status
98: ( P_Incident_Id IN NUMBER,