DBA Data[Home] [Help]

APPS.AHL_RM_ASSO_DOCASO_PVT dependencies on AHL_RM_ROUTE_UTIL

Line 141: AHL_RM_ROUTE_UTIL.validate_lookup(

137:
138: IF p_x_association_tbl.count >0 THEN
139: FOR i in p_x_association_tbl.FIRST .. p_x_association_tbl.LAST
140: LOOP
141: AHL_RM_ROUTE_UTIL.validate_lookup(
142: x_return_status => x_return_status,
143: x_msg_data => x_msg_data,
144: p_lookup_type => 'AHL_OBJECT_TYPE',
145: p_lookup_meaning => p_x_association_tbl(i).object_type_desc,

Line 165: AHL_RM_ROUTE_UTIL.Route_Number_To_Id

161: -- This will fail if no record are passed to this API or if records with different association types are passed. This needs to be fixed sooner or later. - Balaji
162: IF p_x_association_tbl(i).object_id IS NULL THEN
163: IF p_x_association_tbl(i).object_type_code = 'ROUTE' THEN
164: -- Function to convert Operation number, operation revision to id
165: AHL_RM_ROUTE_UTIL.Route_Number_To_Id
166: (
167: p_route_number => p_x_association_tbl(i).object_number,
168: p_route_revision => p_x_association_tbl(i).object_revision,
169: x_route_id => p_x_association_tbl(i).object_id,

Line 174: AHL_RM_ROUTE_UTIL.Operation_Number_To_Id

170: x_return_status => x_return_status
171: );
172: ELSIF p_x_association_tbl(i).object_type_code = 'OPERATION' THEN
173: -- Function to convert Operation number, operation revision to id
174: AHL_RM_ROUTE_UTIL.Operation_Number_To_Id
175: (
176: p_operation_number => p_x_association_tbl(i).object_number,
177: p_operation_revision => p_x_association_tbl(i).object_revision,
178: x_operation_id => p_x_association_tbl(i).object_id,

Line 203: AHL_RM_ROUTE_UTIL.validate_ApplnUsage

199: --This is to be added before calling AHL_DI_ASSO_DOC_GEN_PUB.PROCESS_ASSOCIATION ()
200: -- Validate Application Usage
201: IF (p_x_association_tbl(1).object_type_code = 'ROUTE')
202: THEN
203: AHL_RM_ROUTE_UTIL.validate_ApplnUsage
204: (
205: p_object_id => p_x_association_tbl(1).OBJECT_ID,
206: p_association_type => p_x_association_tbl(1).OBJECT_TYPE_CODE,
207: x_return_status => x_return_status,

Line 270: --AHL_RM_ROUTE_UTIL.validate_operation_status

266: END IF;
267:
268: -- Check if the Route is existing and in Draft status
269: --FP #8410484
270: --AHL_RM_ROUTE_UTIL.validate_operation_status
271: --(
272: --p_x_association_tbl(1).OBJECT_ID,
273: --l_msg_data,
274: --l_return_status

Line 318: --AHL_RM_ROUTE_UTIL.validate_route_status

314: END IF;
315:
316: -- Check if the Route is existing and in Draft status
317: -- FP #8410484
318: --AHL_RM_ROUTE_UTIL.validate_route_status
319: --(
320: --p_x_association_tbl(1).OBJECT_ID,
321: --l_msg_data,
322: --l_return_status