DBA Data[Home] [Help]

APPS.AHL_RM_OPERATION_PUB dependencies on AHL_RM_ROUTE_UTIL

Line 568: AHL_RM_ROUTE_UTIL.Operation_Number_To_Id

564: IF l_oper_id IS NULL THEN
565:
566: -- Function to convert Operation number, operation revision to id
567:
568: AHL_RM_ROUTE_UTIL.Operation_Number_To_Id
569: (
570: p_operation_number => p_oper_rec.concatenated_segments,
571: p_operation_revision => p_oper_rec.revision_number,
572: x_operation_id => l_oper_id,

Line 582: 'Error in AHL_RM_ROUTE_UTIL.Operation_Number_To_Id API'

578: fnd_log.string
579: (
580: fnd_log.level_error,
581: l_debug_module,
582: 'Error in AHL_RM_ROUTE_UTIL.Operation_Number_To_Id API'
583: );
584: END IF;
585: RAISE FND_API.G_EXC_ERROR;
586: END IF;

Line 1140: AHL_RM_ROUTE_UTIL.Operation_Number_To_Id

1136: IF l_oper_id IS NULL THEN
1137:
1138: -- Function to convert Operation number, operation revision to id
1139: -- PRITHWI : CODE ERROR
1140: AHL_RM_ROUTE_UTIL.Operation_Number_To_Id
1141: (
1142: p_operation_number => p_oper_number,
1143: p_operation_revision => p_oper_revision,
1144: x_operation_id => l_oper_id,

Line 1154: 'Error in AHL_RM_ROUTE_UTIL.Operation_Number_To_Id API'

1150: fnd_log.string
1151: (
1152: fnd_log.level_error,
1153: l_debug_module,
1154: 'Error in AHL_RM_ROUTE_UTIL.Operation_Number_To_Id API'
1155: );
1156: END IF;
1157: RAISE FND_API.G_EXC_ERROR;
1158: END IF;

Line 1352: AHL_RM_ROUTE_UTIL.Operation_Number_To_Id

1348: -- If Id is null derive Operation id from Operation Number and revision
1349: IF l_operation_id IS NULL THEN
1350:
1351: -- Function to convert Operation number, operation revision to id
1352: AHL_RM_ROUTE_UTIL.Operation_Number_To_Id
1353: (
1354: p_operation_number => p_operation_number,
1355: p_operation_revision => p_operation_revision,
1356: x_operation_id => l_operation_id,

Line 1365: 'Error in AHL_RM_ROUTE_UTIL.Operation_Number_To_Id API'

1361: fnd_log.string
1362: (
1363: fnd_log.level_error,
1364: l_debug_module,
1365: 'Error in AHL_RM_ROUTE_UTIL.Operation_Number_To_Id API'
1366: );
1367: END IF;
1368: RAISE FND_API.G_EXC_ERROR;
1369: END IF;

Line 1587: AHL_RM_ROUTE_UTIL.Operation_Number_To_Id

1583: IF ( p_oper_id IS NULL OR
1584: p_oper_id = FND_API.G_MISS_NUM )
1585: THEN
1586: -- Function to convert Operation number, operation revision to id
1587: AHL_RM_ROUTE_UTIL.Operation_Number_To_Id
1588: (
1589: p_operation_number => p_oper_number,
1590: p_operation_revision => p_oper_revision,
1591: x_operation_id => l_operation_id,

Line 1600: 'Error in AHL_RM_ROUTE_UTIL.Operation_Number_To_Id API'

1596: fnd_log.string
1597: (
1598: fnd_log.level_error,
1599: l_debug_module,
1600: 'Error in AHL_RM_ROUTE_UTIL.Operation_Number_To_Id API'
1601: );
1602: END IF;
1603: RAISE FND_API.G_EXC_ERROR;
1604: END IF;

Line 1771: AHL_RM_ROUTE_UTIL.Operation_Number_To_Id

1767: IF ( p_oper_id IS NULL OR
1768: p_oper_id = FND_API.G_MISS_NUM )
1769: THEN
1770: -- Function to convert Operation number, operation revision to id
1771: AHL_RM_ROUTE_UTIL.Operation_Number_To_Id
1772: (
1773: p_operation_number => p_oper_number,
1774: p_operation_revision => p_oper_revision,
1775: x_operation_id => l_source_operation_id,

Line 1784: 'Error in AHL_RM_ROUTE_UTIL.Operation_Number_To_Id API'

1780: fnd_log.string
1781: (
1782: fnd_log.level_statement,
1783: l_debug_module ,
1784: 'Error in AHL_RM_ROUTE_UTIL.Operation_Number_To_Id API'
1785: );
1786: END IF;
1787: RAISE FND_API.G_EXC_ERROR;
1788: END IF;