DBA Data[Home] [Help]

APPS.AHL_PRD_PARTS_CHANGE_PVT dependencies on AHL_PRD_UTIL_PKG

Line 659: l_return_status := AHL_PRD_UTIL_PKG.Is_Unit_Locked(p_workorder_id => p_x_parts_rec.workorder_id,

655: END IF;
656:
657: --rroy
658: -- ACL Changes
659: l_return_status := AHL_PRD_UTIL_PKG.Is_Unit_Locked(p_workorder_id => p_x_parts_rec.workorder_id,
660: p_ue_id => NULL,
661: p_visit_id => NULL,
662: p_item_instance_id => NULL);
663: IF l_return_status = FND_API.G_TRUE THEN

Line 847: AHL_PRD_UTIL_PKG.validate_reason(

843: END IF;
844:
845: ---*****Validate reason****************
846: IF (p_x_parts_rec.removal_reason_id is not null ) THEN
847: AHL_PRD_UTIL_PKG.validate_reason(
848: p_reason_id => p_x_parts_rec.removal_reason_id,
849: x_return_status => x_return_status,
850: x_msg_data => l_msg_data);
851: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN

Line 871: AHL_PRD_UTIL_PKG.validate_condition(

867: END IF;
868:
869: --********* Validate Condition ***************__
870: IF (p_x_parts_rec.condition_id is not null ) THEN
871: AHL_PRD_UTIL_PKG.validate_condition(
872: p_condition_id => p_x_parts_rec.condition_id ,
873: x_return_status => x_return_status,
874: x_msg_data => l_msg_data );
875: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN

Line 947: AHL_PRD_UTIL_PKG.VALIDATE_MATERIAL_STATUS(p_Organization_Id => l_org_id ,

943:
944: IF ( p_x_parts_rec.operation_type='D' OR
945: p_x_parts_rec.operation_type='M') THEN
946:
947: AHL_PRD_UTIL_PKG.VALIDATE_MATERIAL_STATUS(p_Organization_Id => l_org_id ,
948: p_Subinventory_Code => p_x_parts_rec.subinventory_code,
949: p_Condition_id => p_x_parts_rec.condition_id,
950: x_return_status => x_return_status);
951:

Line 1004: AHL_PRD_UTIL_PKG.validate_locators(

1000: END IF;
1001:
1002: -- Validate ID.
1003: IF (p_x_parts_rec.locator_id is not null ) THEN
1004: AHL_PRD_UTIL_PKG.validate_locators(
1005: p_locator_id => p_x_parts_rec.locator_id,
1006: p_org_id => l_org_id,
1007: p_subinventory_code => p_x_parts_rec.subinventory_code,
1008: X_Return_Status => x_return_status,