DBA Data[Home] [Help]

APPS.AHL_PRD_PARTS_CHANGE_PVT dependencies on AHL_PRD_UTIL_PKG

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

688: END IF;
689:
690: --rroy
691: -- ACL Changes
692: l_return_status := AHL_PRD_UTIL_PKG.Is_Unit_Locked(p_workorder_id => p_x_parts_rec.workorder_id,
693: p_ue_id => NULL,
694: p_visit_id => NULL,
695: p_item_instance_id => NULL);
696: IF l_return_status = FND_API.G_TRUE THEN

Line 880: AHL_PRD_UTIL_PKG.validate_reason(

876: END IF;
877:
878: ---*****Validate reason****************
879: IF (p_x_parts_rec.removal_reason_id is not null ) THEN
880: AHL_PRD_UTIL_PKG.validate_reason(
881: p_reason_id => p_x_parts_rec.removal_reason_id,
882: x_return_status => x_return_status,
883: x_msg_data => l_msg_data);
884: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN

Line 904: AHL_PRD_UTIL_PKG.validate_condition(

900: END IF;
901:
902: --********* Validate Condition ***************__
903: IF (p_x_parts_rec.condition_id is not null ) THEN
904: AHL_PRD_UTIL_PKG.validate_condition(
905: p_condition_id => p_x_parts_rec.condition_id ,
906: x_return_status => x_return_status,
907: x_msg_data => l_msg_data );
908: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN

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

976:
977: IF ( p_x_parts_rec.operation_type='D' OR
978: p_x_parts_rec.operation_type='M') THEN
979:
980: AHL_PRD_UTIL_PKG.VALIDATE_MATERIAL_STATUS(p_Organization_Id => l_org_id ,
981: p_Subinventory_Code => p_x_parts_rec.subinventory_code,
982: p_Condition_id => p_x_parts_rec.condition_id,
983: x_return_status => x_return_status);
984:

Line 1037: AHL_PRD_UTIL_PKG.validate_locators(

1033: END IF;
1034:
1035: -- Validate ID.
1036: IF (p_x_parts_rec.locator_id is not null ) THEN
1037: AHL_PRD_UTIL_PKG.validate_locators(
1038: p_locator_id => p_x_parts_rec.locator_id,
1039: p_org_id => l_org_id,
1040: p_subinventory_code => p_x_parts_rec.subinventory_code,
1041: X_Return_Status => x_return_status,