DBA Data[Home] [Help]

APPS.AHL_MC_MASTERCONFIG_PVT dependencies on AHL_MC_NODE_PVT

Line 70: -- p_x_node_rec IN OUT AHL_MC_Node_PVT.Node_Rec_Type

66: -- x_msg_data OUT VARCHAR2 Required
67: --
68: -- Create_Master_Config Parameters :
69: -- p_x_mc_header_rec IN OUT Header_Rec_Type
70: -- p_x_node_rec IN OUT AHL_MC_Node_PVT.Node_Rec_Type
71: --
72: -- Version :
73: -- Initial Version 1.0
74: --

Line 86: p_x_node_rec IN OUT NOCOPY AHL_MC_Node_PVT.Node_Rec_Type

82: x_return_status OUT NOCOPY VARCHAR2,
83: x_msg_count OUT NOCOPY NUMBER,
84: x_msg_data OUT NOCOPY VARCHAR2,
85: p_x_mc_header_rec IN OUT NOCOPY Header_Rec_Type,
86: p_x_node_rec IN OUT NOCOPY AHL_MC_Node_PVT.Node_Rec_Type
87:
88: );
89:
90: -- Start of Comments --

Line 110: -- p_x_node_rec IN OUT AHL_MC_Node_PVT.Node_Rec_Type

106: -- x_msg_data OUT VARCHAR2 Required
107: --
108: -- Create_Master_Config Parameters :
109: -- p_x_mc_header_rec IN OUT Header_Rec_Type
110: -- p_x_node_rec IN OUT AHL_MC_Node_PVT.Node_Rec_Type
111: --
112: -- Version :
113: -- Initial Version 1.0
114: --

Line 126: p_x_node_rec IN OUT NOCOPY AHL_MC_Node_PVT.Node_Rec_Type

122: x_return_status OUT NOCOPY VARCHAR2,
123: x_msg_count OUT NOCOPY NUMBER,
124: x_msg_data OUT NOCOPY VARCHAR2,
125: p_x_mc_header_rec IN OUT NOCOPY Header_Rec_Type,
126: p_x_node_rec IN OUT NOCOPY AHL_MC_Node_PVT.Node_Rec_Type
127:
128: );
129:
130: -- Start of Comments --

Line 190: -- p_x_node_rec IN OUT AHL_MC_Node_PVT.Node_Rec_Type

186: -- x_msg_data OUT VARCHAR2 Required
187: --
188: -- Create_Master_Config Parameters :
189: -- p_x_mc_header_rec IN OUT Header_Rec_Type
190: -- p_x_node_rec IN OUT AHL_MC_Node_PVT.Node_Rec_Type
191: --
192: -- Version :
193: -- Initial Version 1.0
194: --

Line 206: p_x_node_rec IN OUT NOCOPY AHL_MC_Node_PVT.Node_Rec_Type

202: x_return_status OUT NOCOPY VARCHAR2,
203: x_msg_count OUT NOCOPY NUMBER,
204: x_msg_data OUT NOCOPY VARCHAR2,
205: p_x_mc_header_rec IN OUT NOCOPY Header_Rec_Type,
206: p_x_node_rec IN OUT NOCOPY AHL_MC_Node_PVT.Node_Rec_Type
207:
208: );
209:
210: -- Start of Comments --