DBA Data[Home] [Help]

APPS.CS_INCIDENTLINKS_PVT dependencies on CS_INCIDENTLINKS_PVT

Line 1: PACKAGE BODY cs_incidentlinks_pvt AS

1: PACKAGE BODY cs_incidentlinks_pvt AS
2: /* $Header: csvsrlb.pls 120.4 2006/06/08 00:05:57 klou noship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'CS_INCIDENTLINKS_PVT';
5:

Line 4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'CS_INCIDENTLINKS_PVT';

1: PACKAGE BODY cs_incidentlinks_pvt AS
2: /* $Header: csvsrlb.pls 120.4 2006/06/08 00:05:57 klou noship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'CS_INCIDENTLINKS_PVT';
5:
6: -- The following variable will denote if a create link or an update link operation is being
7: -- performed.
8: -- Based on this the operation_mode of the validate_circular link proc. will be set and

Line 231: l_links_ext_rec CS_INCIDENTLINKS_PVT.CS_INCIDENT_LINK_EXT_REC_TYPE;

227: l_to_incident_number varchar2(70);
228:
229: -- For bugs 2972584 and 2972611
230: -- Record type variable to store the ext link details.
231: l_links_ext_rec CS_INCIDENTLINKS_PVT.CS_INCIDENT_LINK_EXT_REC_TYPE;
232:
233: -- For bugs 2972584 and 2972611
234: -- Record type variable to store the values that will be inserted into the cs_incident_links table
235: l_link_int_rec CS_INCIDENT_LINK_REC_TYPE;

Line 1896: CS_INCIDENTLINKS_PVT.DELETE_INCIDENTLINK (

1892: l_api_name_full CONSTANT VARCHAR2(61) := G_PKG_NAME||'.'||l_api_name;
1893:
1894: BEGIN
1895: -- Invoke the private delete API and pass the derived internal link ID
1896: CS_INCIDENTLINKS_PVT.DELETE_INCIDENTLINK (
1897: P_API_VERSION => P_API_VERSION,
1898: P_INIT_MSG_LIST => p_init_msg_list,
1899: P_COMMIT => p_commit,
1900: P_VALIDATION_LEVEL => FND_API.G_VALID_LEVEL_FULL, -- not used

Line 2753: END cs_incidentlinks_pvt;

2749:
2750: END Delete_IncidentLink;
2751: --------------------------------------------------------------------------------
2752:
2753: END cs_incidentlinks_pvt;