DBA Data[Home] [Help]

APPS.AHL_MM_MTL_MGT_PVT dependencies on AHL_UC_INSTANCE_PVT

Line 5748: AHL_UC_INSTANCE_PVT.get_instances_for_req

5744: END IF;
5745:
5746: --Call API to populate AHL_APPLICABLE_INSTANCES
5747: --SB rules are applied by this API itself
5748: AHL_UC_INSTANCE_PVT.get_instances_for_req
5749: (p_api_version => 1.0,
5750: p_init_msg_list => FND_API.G_FALSE,
5751: x_return_status => x_return_status,
5752: x_msg_count => x_msg_count,

Line 5875: || ' AND AHL_UC_INSTANCE_PVT.is_instance_valid_for_pos(INST.instance_id'

5871: WHERE scheduled_material_id = p_demand_Record.Scheduled_Material_ID;
5872:
5873: --Check if instance is valid for the position with a function
5874: l_base_query := l_base_query
5875: || ' AND AHL_UC_INSTANCE_PVT.is_instance_valid_for_pos(INST.instance_id'
5876: || ' , ' || l_relationship_id
5877: || ' , ' || p_demand_Record.Scheduled_Material_ID
5878: || ' ) = ''T'' ';
5879: