DBA Data[Home] [Help]

APPS.AHL_UMP_SR_GRP dependencies on AHL_UMP_SR_PVT

Line 84: -- p_x_sr_mr_association_tbl IN OUT NOCOPY AHL_UMP_SR_PVT.SR_MR_Association_Tbl_Type Required

80: -- p_object_version_number IN NUMBER Required
81: -- The object version number of the Service Request
82: -- p_request_number IN VARCHAR2 Required if p_request_id is null
83: -- The request number of the Service Request
84: -- p_x_sr_mr_association_tbl IN OUT NOCOPY AHL_UMP_SR_PVT.SR_MR_Association_Tbl_Type Required
85: -- The Table of records containing the details about the associations and disassociations
86: --
87: -- Version :
88: -- Initial Version 1.0

Line 106: p_x_sr_mr_association_tbl IN OUT NOCOPY AHL_UMP_SR_PVT.SR_MR_Association_Tbl_Type

102: p_login_id IN NUMBER,
103: p_request_id IN NUMBER,
104: p_object_version_number IN NUMBER,
105: p_request_number IN VARCHAR2,
106: p_x_sr_mr_association_tbl IN OUT NOCOPY AHL_UMP_SR_PVT.SR_MR_Association_Tbl_Type
107: );
108:
109: ----------------------------------------
110: